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
Hi! I got recently acquainted with this library and I love it! However, still have some diffuculties)
I am working with FastAPI and need Taskiq scheduler. Everything works fine, I get my tasks scheduled and executed as expected. However, me on concern is that I get to see all of the logs from FastAPI app in Taskiq worker container as well. It is kind of confusing, and hard to find when the scheduled function is executed or any debug messages in that task. Here are my files:
Hi! I got recently acquainted with this library and I love it! However, still have some diffuculties)
I am working with FastAPI and need Taskiq scheduler. Everything works fine, I get my tasks scheduled and executed as expected. However, me on concern is that I get to see all of the logs from FastAPI app in Taskiq worker container as well. It is kind of confusing, and hard to find when the scheduled function is executed or any debug messages in that task. Here are my files:
The text was updated successfully, but these errors were encountered: