issues
search
Miksus
/
rocketry
Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.28k
stars
108
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Aioclock as an alternative to rocketry?
#234
ManiMozaffar
opened
3 months ago
2
Rocketry not working at all...
#232
catchthemonster
opened
8 months ago
5
chain decorators
#231
catchthemonster
opened
8 months ago
0
Exception Log
#230
SepehrBazyar
opened
10 months ago
0
Conditions: cron "0/20 * * * *" is not same as "*/20 * * * *"
#227
nikitazavadsky
closed
11 months ago
2
Update README.md
#226
kornislaw
opened
1 year ago
0
pydantic.errors.PydanticUserError: `const` is removed, use `Literal` instead
#225
yosephmi
opened
1 year ago
5
Is there any way to schedule an async function using 'threads' or 'processes'?
#222
lkyhfx
opened
1 year ago
0
BUG
#221
evanraalte
opened
1 year ago
1
BUG
#219
shushmentsev
opened
1 year ago
5
Bypass left right value exception for cron
#218
egisxxegis
closed
1 year ago
0
BUG: Hourly tasks are being run on server restarts
#217
themousepotato
closed
1 year ago
1
docs: removed extra comma in readme example
#216
uncw
opened
1 year ago
0
Optimization: Short circuit evaluation
#215
CJHarmath
opened
1 year ago
0
Adding task on fly is not working in all scenarios
#213
ManiMozaffar
closed
1 year ago
1
Support for PydanticV2
#212
Jypear
opened
1 year ago
13
flask support
#211
sangensong
opened
1 year ago
0
Pydantic v2 support
#210
ManiMozaffar
opened
1 year ago
25
Add Annotated supporting
#208
Lancetnik
opened
1 year ago
1
@app.task(minutely & (time_of_week.between('Mon', 'Sat') & time_of_day.between('3:00', '10:00')))
#207
jaanhavi
opened
1 year ago
1
Warning error
#206
LecoOliveira
opened
1 year ago
1
ENH - Change task schedule on fly
#204
ManiMozaffar
opened
1 year ago
0
ENH - Downtime recovery (persistance, crash recovery, process restart)
#203
Leikt
opened
1 year ago
0
TypeError: issubclass() arg 1 must be a class
#202
hasansezertasan
closed
1 year ago
2
Add tasks during runtime
#200
carlosealves2
opened
1 year ago
1
Docs/cookbooks django
#197
IsmaelBortoluzzi
opened
1 year ago
4
DOCS: sessions - incomplete example
#195
zakkg3
closed
1 year ago
3
ENH - API for viewing the task queue
#194
igmriegel
opened
1 year ago
1
Passing a mongoclient to MongoRepo does not work. Rocketry.run() fails.
#193
StigKorsnes
opened
1 year ago
1
@app.task(daily.between("08:00", "20:00") & every("10 minutes"))
#192
faulander
opened
1 year ago
3
@app.task('daily.at("21:00") before Friday')
#191
faulander
opened
1 year ago
1
DOCS: fix spelling of parallelized
#190
rpadaki
closed
1 year ago
0
Scheduler don´t run after_success(fuc) after some time.
#187
everthought
opened
1 year ago
2
BUG - Retry within one hour if task is missed but the task is new
#183
benito2313
opened
1 year ago
0
Scheduler stops after one task is erroring out
#182
faulander
closed
1 year ago
1
Task is only run once, but it should run every 10s
#181
faulander
closed
1 year ago
1
DOCS? - Restore Session
#180
dakiba
opened
1 year ago
0
fix: EnvVar default type allows str
#176
tekumara
closed
1 year ago
4
fix: run task_names type
#175
tekumara
closed
1 year ago
1
BUG Argument of type "Literal['daily_notification']" cannot be assigned to parameter "task_names" of type
#174
tekumara
closed
1 year ago
0
BUG Literal is incompatible with "NotSet"
#173
tekumara
closed
1 year ago
0
Mypy and type hints
#172
mafrosis
opened
1 year ago
1
SQL repository raises error on async task
#171
everthought
opened
1 year ago
2
BUG crashed in pickling
#170
tekumara
opened
1 year ago
3
DOCS: update tutorials and style
#169
Miksus
opened
1 year ago
1
BUG: Support synchronous libraries in tasks when executing in process or thread
#168
tekumara
opened
1 year ago
3
BUG - second manual process run freezes the async app.serve()
#167
egisxxegis
opened
1 year ago
2
simple pylint fixes
#166
marksmayo
opened
1 year ago
1
ENH: Add github actions for pylint
#165
marksmayo
opened
1 year ago
1
DOCS: versions.rst
#164
Miksus
closed
1 year ago
0
Next