Closed Andrewangeta closed 3 years ago
Allows AsyncJobs to be added to the app via app.queues.add(...) method.
AsyncJob
app.queues.add(...)
These changes are now available in 1.8.0
Allows
AsyncJob
s to be added to the app viaapp.queues.add(...)
method.