Skip to content

Jobs 1.0.0 Alpha 1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 21 Jun 17:10
b99a22e

New:

  • JobsProvider now registers all services required to use the package. (#25, #23, #24)

To use Jobs, the following code should now be sufficient:

services.provider(JobsProvider())

services.extend(JobsConfiguration.self) { configuration, container in
    // add jobs to configuration
}