hmm, is there easy way to build fetch info about retried tasks?
subho has quit
I am building alerts for queue, I can easily see queue length and I have alert already there. However, if worker tasks will fail our logic is to retry that task and we would like to get alert if we have retries
subho joined the channel
sunil_bansal has quit
is there easy way to query retried tasks or can i for instance see that from redis?
sunil_bansal joined the channel
ofc I could query all keys from redis and check 127.0.0.1:6379> get celery-task-meta-2a9f10f5-d0d0-47e2-9523-12aa4ccb32cd
"{\"status\": \"RETRY\"
but well :)
xtreak has quit
xtreak joined the channel
marself joined the channel
sunil_bansal has quit
sunil_bansal joined the channel
sunil_bansal has quit
sunil_bansal joined the channel
hphuoc25 joined the channel
courrier joined the channel
kristian_ joined the channel
kristian_
Any hints on how I can convert a crontab schedule from celery beat to the next datetime the task will run?
I basically just want to know the next time a celery beat task will run
xtreak joined the channel
sunil_bansal has quit
sunil_bansal joined the channel
subho has quit
subho joined the channel
sunil_bansal has quit
sunil_bansal joined the channel
sunil_bansal has quit
grandfso joined the channel
kristian_ has quit
kristian_ joined the channel
subho_ joined the channel
subho has quit
sunil_bansal joined the channel
sunil_bansal has quit
sunil_bansal joined the channel
sunil_bansal has quit
subho_ has quit
subho joined the channel
xtreak has quit
clokep joined the channel
sunil_bansal joined the channel
irrgit joined the channel
sunil_bansal has quit
sunil_bansal joined the channel
sunil_bansal has quit
fission6 joined the channel
brainerazer joined the channel
brainerazer
Does anyone know if celery's Databasebackend not storing tasks' children is intentional? I am switching from keyvalue to db and this breaks some code :(