Releases: anish749/oncetask
Releases · anish749/oncetask
v0.1.2
- docs: document WithPollInterval option (#23) (182deb0)
- oncetask: WithPollInterval option for consumer-loop poll cadence (#22) (5191133)
- oncetask: inject taskType into log records via ContextHandler (#21) (4afec9c)
- oncetask: log handler errors from SafeExecute with per-task context (#20) (89be069)
- feat(admin-ui): Next.js admin UI for task monitoring (#19) (4833076)
- oncetask: cleanup() blocks until worker goroutines exit (#18) (b7eb304)
What's Changed
- oncetask: cleanup() blocks until worker goroutines exit by @anish749 in #18
- feat(admin-ui): Next.js admin UI for task monitoring by @anish749 in #19
- oncetask: log handler errors from SafeExecute by @anish749 in #20
- oncetask: inject taskType into log records via ContextHandler by @anish749 in #21
- oncetask: WithPollInterval option for consumer-loop poll cadence by @anish749 in #22
- docs: document WithPollInterval option by @anish749 in #23
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- add /release skill for Claude Code (#15) (11571e3)
- Add handler timeout to prevent execution beyond lease duration (#14) (4a7ac4b)
What's Changed
- Add handler timeout to prevent execution beyond lease duration by @anish749 in #14
- Add /release skill for Claude Code by @anish749 in #15
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Small fixes, linting issues by @anish749 in #2
- fix linter issues by @anish749 in #3
- run linter on ci by @anish749 in #4
- allow deleting once tasks by @anish749 in #5
- Add task ID and resource key helpers to context by @anish749 in #6
- Improve context key management by @anish749 in #7
- Re-export context key accessor functions by @anish749 in #8
- allow resetting tasks by @anish749 in #9
- Fix task reset API environment validation by @anish749 in #11
- Add panic recovery for task handlers by @anish749 in #12
- Add QueueInspector for task queue depth monitoring by @anish749 in #13
Full Changelog: https://github.com/anish749/oncetask/commits/v0.1.0