issues
search
maxcountryman
/
underway
⏳ Durable step functions via Postgres.
Apache License 2.0
71
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
reorder task and task_attempt primary key
#75
maxcountryman
closed
2 hours ago
0
alter trace levels
#74
maxcountryman
closed
2 hours ago
0
release lock immediately upon shutdown
#73
maxcountryman
closed
3 days ago
0
instrument worker run method
#72
maxcountryman
closed
1 week ago
0
provide queue name in scheduler trace
#71
maxcountryman
closed
1 week ago
0
document lower- and higher-level systems
#70
maxcountryman
closed
1 week ago
0
provide queue name in dequeue update
#69
maxcountryman
closed
1 week ago
0
Task primary key should be reversed: (task_queue_name, id)
#68
maxcountryman
closed
2 hours ago
0
ensure job cancellation selection holds a lock
#67
maxcountryman
closed
1 week ago
5
provide test for heartbeat
#65
maxcountryman
closed
1 week ago
0
ensure task heartbeat is set upon enqueue
#64
maxcountryman
closed
1 week ago
0
ensure heartbeat task is cancelled after execution
#63
maxcountryman
closed
2 weeks ago
0
refactor scheduler iterator
#62
maxcountryman
closed
2 weeks ago
0
Stalled tasks with no remaining retries need a clean up mechanism
#61
maxcountryman
opened
2 weeks ago
0
stale dequeues consider retries
#60
maxcountryman
closed
2 weeks ago
0
record heartbeat in a separate task
#59
maxcountryman
closed
2 weeks ago
0
change schedule "name" to "task_queue_name"
#58
maxcountryman
closed
2 weeks ago
0
refactor dequeue transaction handling
#55
maxcountryman
closed
2 weeks ago
4
ensure task attempts metadata is correct
#54
maxcountryman
closed
2 weeks ago
0
provide additional retry policy examples
#51
maxcountryman
closed
2 weeks ago
0
provide task_attempt table
#50
maxcountryman
closed
2 weeks ago
5
Update thiserror requirement from 1.0.63 to 2.0.0
#49
dependabot[bot]
closed
2 weeks ago
0
additional examples and minor cleanup
#48
maxcountryman
closed
3 weeks ago
0
use newtype for task id
#47
maxcountryman
closed
3 weeks ago
0
provide an enqueued job type
#46
maxcountryman
closed
3 weeks ago
0
ensure search path is set for sqlx cli
#45
maxcountryman
closed
3 weeks ago
0
isolate underway migrations
#44
maxcountryman
closed
3 weeks ago
0
rename setter methods
#42
maxcountryman
closed
4 weeks ago
0
expand docs with additional examples
#41
maxcountryman
closed
1 month ago
0
provide unschedule method
#40
maxcountryman
closed
1 month ago
0
Add `enqueue_multi`
#38
kirillsalykin
opened
1 month ago
14
shutdown method for jobs
#37
maxcountryman
closed
1 month ago
2
provide worker and scheduler shutdown methods
#36
maxcountryman
closed
1 month ago
0
simplify scheduler somewhat
#35
maxcountryman
closed
1 month ago
0
also make schedule methods pass input by reference
#34
maxcountryman
closed
1 month ago
0
refactor scheduler
#33
maxcountryman
closed
1 month ago
0
use cancellation token for shutdown
#32
maxcountryman
closed
1 month ago
2
ensure scheduler does not return early
#30
maxcountryman
closed
1 month ago
0
Rethink graceful shutdown
#28
kirillsalykin
closed
1 month ago
0
optimistically process tasks
#27
maxcountryman
closed
1 month ago
0
Scheduler early return exits job
#26
maxcountryman
closed
1 month ago
0
use channels to process ready tasks
#25
maxcountryman
closed
1 month ago
0
Step functions
#24
maxcountryman
closed
1 month ago
0
Add example to run underway next to `axum`
#23
kirillsalykin
closed
1 month ago
1
Basic example explodes with error
#22
kirillsalykin
closed
1 month ago
1
Problem with migrations
#21
kirillsalykin
closed
1 month ago
3
Worker polling can be augmented with notify
#19
maxcountryman
closed
1 month ago
0
Schedules need an `unschedule` method on `Queue`
#16
maxcountryman
closed
1 month ago
0
rename all builders as "builder"
#15
maxcountryman
closed
1 month ago
0
provide multitask example
#14
maxcountryman
closed
1 month ago
0
Next