silverstripe-terraformers / silverstripe-embargo-expiry

BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

RC2: Advanced workflow support. Fluent support. Test coverage. New extension points #28

Closed chrispenny closed 6 years ago

chrispenny commented 6 years ago

In preparation for Advance Workflow splitting out their Embargo/Expiry feature:

Added an extension that can be used with Fluent.

Added some extension points so that devs can change what queue type is used for their jobs.

Improved test coverage.

Resolves #15 Resolves #31 Resolves #33 Resolves #21

chrispenny commented 6 years ago

Might also be worth seeing if the new Jobs can be moved to Immediate: https://github.com/symbiote/silverstripe-queuedjobs/blob/master/src/Services/QueuedJobService.php#L1137