-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 3 -> master #148
Merged
Merged
Merge 3 -> master #148
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added a note that the CleanupJob needs to be triggered manually once for it to start running every day.
If a job breaks (exception or similar) its status should be set to "Broken", however if it _also_ exceeds memory or time limits, it _could_ be then set to "Wait" again, when it should remain broken.
…ing saved in American format irrespective of the user's chosen DateFormat setting.
Solved issue symbiote#114 where a job's StartAfter date was always being save…
Feature add defaultJobs yml config for setting up a list of required jobs
Add check for status paused to default job check
Making inclusion-duration of finished jobs configurable
…orRestart()' causes the job to say its "Running" indefinitely. (Commit on behalf of Jake)
…statement would always cause zero outputting of errors to console. Modified logic to align with Core silverstripe functions
…sages fix(JobErrorHandler): Output error messages in console again
Before this patch, if there were no jobs to clean up, no new CleanupJob was scheduled because of a premature return in process().
Always enqueue a new CleanupJob when complete
Vendor update
…waiting" case and completed successfully, it would not run the 'afterComplete' logic.
…b. Change admin email queued_job_admin_email
Fix(defaultJobs) config now loads correctly. Add SS_Log of missing jo…
Fix(defaultJobs) fix filtering of active jobs. Improve log messages
Add scheduledJob to ImmediateQueueHandler
gah - I merged |
OK - merged 3 - I expect some style and test failures and I'll look into them when travis comes back to me |
dhensby
force-pushed
the
master
branch
5 times, most recently
from
November 8, 2017 10:16
f06f931
to
dbbd9d4
Compare
green :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
my merge of
3
intomaster