silverstripe-crontask icon indicating copy to clipboard operation
silverstripe-crontask copied to clipboard

Easily setup tasks to be run by using cron expressions

Results 7 silverstripe-crontask issues
Sort by recently updated
recently updated
newest added

In the README there is the following statement: > Warning: Observe that the crontask module doesn't to any scheduling. If the run time is more than one > minute, it...

affects/v4
complexity/medium
impact/low
type/docs

This update enables cron jobs to have their own priorities on execution. It introduces a new interface `QueuedCronTask` which forces a priority function for the jobs.

There's a couple of things that could be done to this module to make it work more nicely with queuedjobs. * Come bundled with a crontask for running the job...

type/enhancement
affects/v4
type/api-break
complexity/medium
impact/medium

It would be nice if the `process()` method could be passed a `Psr\Log\LoggerInterface` object for it to send it status output to. That way, process implementors can provide a range...

type/enhancement
affects/v4
type/api-break
complexity/medium
impact/high

Right now, you need a separate class for each cronjob, and any class that exists will be automatically run. This is simpler, but also less flexible. For example, you can't...

type/enhancement
affects/v4
type/api-break
complexity/medium
impact/medium
rfc/draft

Reflects changes in https://github.com/silverstripe/silverstripe-framework/pull/11353 ## Issue - https://github.com/silverstripe/silverstripe-framework/issues/11341

Issue https://github.com/silverstripe/.github/issues/305