Skip to content

Support for In-Process workers

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdmcd jdmcd released this 04 Jan 17:26
77cc497

Jobs can now run as an in-process worker instead of a separate worker side-by-side with the main application:

try JobsCommand(application: app, scheduled: false).startJobs(on: .default)

Or:

try JobsCommand(application: app, scheduled: true).startScheduledJobs()