GFI Software

Welcome to the GFI Software community forum! For support please open a ticket from https://support.gfi.com.

Home » GFI User Forums » GFI HelpDesk » understanding Cron Jobs
understanding Cron Jobs [message #148737] Fri, 25 September 2020 10:03 Go to next message
ffischer is currently offline  ffischer
Messages: 30
Registered: April 2017
Hi,
i have some questions with Cron.

1. i had a job that runs every minute for Fetching Mails - this works ==> /cron/index.php?/Parser/ParserMinute/POP3IMAP
2. a second Cron Job that runs every 10minutes ==> /cron/index.php

all the crons works ... i think so Very Happy

but for billing i create a Report every day the Report sould create @ 11pm

So the Mail with report comes 11:45pm -- on one day it comes 00:01am so no results on this report because the report creates with "Today()"

is this normal ?

best regards
Frank
Re: understanding Cron Jobs [message #148738 is a reply to message #148737] Fri, 25 September 2020 12:46 Go to previous messageGo to next message
ian.bugeja is currently offline  ian.bugeja
Messages: 666
Registered: March 2017
Location: Malta
How did you create the cron jobs, please?

Ian Bugeja
GFI Software
Re: understanding Cron Jobs [message #148740 is a reply to message #148738] Fri, 25 September 2020 17:08 Go to previous message
ffischer is currently offline  ffischer
Messages: 30
Registered: April 2017
Hi Ian,

i do this with:
curl -s --insecure -XGET ' https://support.domain.de/cron/index.php?/Parser/ParserMinut e/POP3IMAP' with - */1 * * * *
and
curl -s --insecure -XGET 'https://support.domain.de/cron/index.php' with - */10 * * * *

doing this by plesk/php Script does not work because this params as argument ?/Parser/ParserMinute/POP3IMAP got some error

POp3IMAP works fine
Previous Topic: Lots of error entries
Next Topic: Feature Request - Private Credentials
Goto Forum:
  


Current Time: Fri Sep 29 20:39:52 CEST 2023

Total time taken to generate the page: 0.10947 seconds