You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Upgrade supported Go versions to 1.26 and 1.27. PR #1356.
Fixed
Fixed periodic jobs advancing their durable next run time when job insertion fails. PR #1359.
Improved SQLite queue count performance on large job tables by limiting counts to available and running jobs so the existing state and queue index can be used. PR #1360.