Skip to content

Support instant JobStatus update within transaction

Compare
Choose a tag to compare
@imTigger imTigger released this 26 Mar 10:48
· 27 commits to master since this release
  • Dedicated database connection support is added.
    Therefore JobStatus updates can be saved instantly even within your application transaction.
    Read setup step 6 for instructions.

  • Fixed errors caused by calling attempts() on null object, thanks @PatBriPerso