Skip to content

Commit

Permalink
ci: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
aniravi24 committed Feb 14, 2025
1 parent 4216063 commit 6dd13fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/calm-yaks-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@sidetrack/client-prisma": minor
"@sidetrack/pg-migrate": minor
"sidetrack": minor
---

Initial batch of improvements

- Cron support with timezone
- Support payload transformers (serialize/deserialize payloads in a custom manner, e.g. superjson)
- Change default polling interval to 2000ms and allow it to be configured globally or per-queue
- run functions take two args, payload and context
- Rename `handler` to `run`
- Handle SIGTERM by turning off polling/cron and allow existing jobs to finish gracefully

0 comments on commit 6dd13fa

Please sign in to comment.