Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Warning]: cron Task(s) exceed time threshold
#11
How do I get the workflow ID and crmID to test?

and it looks like I need to run one by one workflow to find out where a problem is, right?

Where I can found this image?

File does not exist: /usr/share/coreBOS/corebos-master/themes/images/s.gif, referer: /index.php?action=index&module=cbCalendar
Ranieri
eCRM Web
Reply
#12
the error message give you the clues you need to not have to test them all. For example

Accounts->save

says that the workflow is associated with accounts, so you only have to look in the workflows related to accounts module

Workflow->performTasks('12')

says that the task has id 12, so you can go to the com_vtiger_workflow_tasks table, look for the row with ID 12 and find the ID of the workflow.
Joe
TSolucio
Reply
#13
when coreBOS shows the event popup screen, it looks for an image with the same name as the event to show in the popup, so each "activity type" has it's own icon. those icons must end with an "s", so you can find:

themes/images/Meetings.gif
themes/images/Calls.gif
...

if you are seeing that error without any name it is as if you had an event with no type. Not quite sure how that can happen. What I mean is that the image you are asking for does not exist
Joe
TSolucio
Reply
#14
(02-11-2020, 01:04 PM)joebordes Wrote: favicon notification is not important as from within the application it is set correctly. If you want to eliminate it just copy the favicon.ico to the top of the install

solved

Created a symbolic link to the file

raiz of corebos

ln -s themes/images/favicon.ico favico.ico
Ranieri
eCRM Web
Reply
#15
after update my system, I am not receives more this kind of alert ..
Ranieri
eCRM Web
Reply
#16
I found the problem

Apparently when I created a task in workflow ( mass selection ), system include in queue all registries and process the queue one by one. Problem occurs when process not end until time to next start.

I am not sure, but I think, the logic here is, system include in queue all registries will be process and start the process, one by one.

That's not an error, alias in excellent solution, because not causes a big transaction in BD and not consumes lot server side resources

but for big quantity of registries, process may never ends
Ranieri
eCRM Web
Reply
#17
(05-01-2020, 06:17 PM)rslemer Wrote: after update my system, I am not receives more this kind of alert ..

I found problem with this, system put more then one email in copy, and my smtp server only allows one.
Ranieri
eCRM Web
Reply
#18
If I turn off the search_block module the cron job will complete (hooray!). Unfortunately turning this module off permanently is not really an option.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)