Some repeated errors in log

Hello

on every opportunity save i see in log 39 lines of this error:
Thu Jun 17 10:28:46 2021 [1295][1][ERROR] fromUser: Conversion of 2018-05-10 14:14:18 from user format d/m/Y H:i failed
Thu Jun 17 10:28:46 2021 [1295][1][ERROR] fromUser: Conversion of 2021-06-17 07:28:45 from user format d/m/Y H:i failed
Thu Jun 17 10:28:46 2021 [1295][1][ERROR] fromUser: Conversion of 2018-05-10 14:14:18 from user format d/m/Y H:i failed
Thu Jun 17 10:28:46 2021 [1295][1][ERROR] fromUser: Conversion of 2021-06-17 07:28:45 from user format d/m/Y H:i failed

and every minutes i see this error:
[1][FATAL] Job runs too frequently, throttled to protect the system
in cron tab i don’t have any enabled task

what should i look for ?

Hi,
First error looks like related to specific PHP version, what version you are at?
Second message is not issue, it is just showing that few “Each minute” jobs must be changed to longer time interval like 2 mins , 3 mins. check admin->schdeuler->All active jobs -> AOAF jobs, change few jobs to longer minutes if possible.

1 Like

Hi, Thank you for your reply.
I’m using php7.2.

i had 2 SCHEDULERS task configured As often as possible.
1st is the Check Inbound Mailboxes
2nd is Process Workflow Tasks
i changed them to 3 minutes
but still the error is showing in log is every 1 minute
while saving the jobs i got new error:
[1][ERROR] Field date_time_end expecting datetime format, but got value:

1 Like