Skip to content

v2.2.0

Choose a tag to compare

@gdbrown gdbrown released this 18 Mar 19:50
· 34 commits to master since this release
e98fbcb

POSSIBLE BREAKING CHANGE

If you are not using the SimplePbjx implementation for Pbjx then you'll need to add the sendAt and cancelJobs methods to your implementation.

  • Add Gdbots\Pbjx\Scheduler\Scheduler with a DynamoDbScheduler implementation (interally uses Step Functions and a DynamoDb table).
  • Add sendAt and cancelJobs methods to Pbjx.
  • Add getScheduler method to ServiceLocator. The service is optional, just like EventStore and EventSearch. Attempting to call sendAt or cancelJobs will throw an exception if you haven't configured the scheduler.