Log failed jobs in separate directory #5
Notifications
Due Date
No due date set.
Blocks
#6 Fixes #5
DMC/play-daemon
Reference: DMC/play-daemon#5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the application has no idea whether a queue item has failed before or not. It will simply consume any queue items and skip ones that fail, while notifying the administrator.
This behaviour makes monitoring more difficult, since it's impossible to see whether a queue item has failed or not.
A new support directory should be defined in the
[daemon]
section of config.ini aserror = /somepath
. Any errors for a specific job that get emailed should also be saved to a file in theerror
directory. The filename should be the same as the job file name.If there is error information in place already when saving a new error it can be overwritten.
Any corresponding uploaded files should be left in place.
Move failed jobs to separate directoryto Log failed jobs in separate directory