You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Basically I can't use the Asynq lib to process tasks because every time I deploy it in a Railway project it gives me this error, I've tried multiple things, like increasing write and read timeout, adding a new queue and even removing the timeout from the Redis db.
Environment (please complete the following information):
OS: Alpine Linux:latest (I build it from a Dockerfile to deploy on railway)
asynq package version: v0.25.1
Redis/Valkey version: 7.2.5
To Reproduce
Steps to reproduce the behavior (Code snippets if applicable):
Basically
It's not that much, but I can't really provide anything other than my code and there isn't really to reproduce
Expected behavior
My email sending job to be executed
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
As you can see, I'm building a newsletter, the thing is, is the e-mail protocol slowing down my app and messing up the asynq execution? I don't really know...
Hope you guys can help me with this one, I've been stuck in this for like 3-4 days.
The text was updated successfully, but these errors were encountered:
Describe the bug
Basically I can't use the Asynq lib to process tasks because every time I deploy it in a Railway project it gives me this error, I've tried multiple things, like increasing write and read timeout, adding a new queue and even removing the timeout from the Redis db.
Environment (please complete the following information):
asynq
package version: v0.25.1To Reproduce
Steps to reproduce the behavior (Code snippets if applicable):
Basically
I create a server to to handle my jobs
Inside my models, I have a function to add a job (task etc...) to be executed
Finally, my function that executes that job
It's not that much, but I can't really provide anything other than my code and there isn't really to reproduce
Expected behavior
My email sending job to be executed
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
As you can see, I'm building a newsletter, the thing is, is the e-mail protocol slowing down my app and messing up the asynq execution? I don't really know...
Hope you guys can help me with this one, I've been stuck in this for like 3-4 days.
The text was updated successfully, but these errors were encountered: