Support for In-Process workers
Pre-release
Pre-release
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()