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
Until recently I was using the "orm" connection with my default database in my deployed environments. I recently changed to use the redis connection in deployed environments, so config looks like:
The tasks are still running (scheduled and otherwise), but the Django admin no longer shows any scheduled, failed or successful tasks and it did when using the orm connection.
Since it wasnt showing up, I changed back to orm in my deployed environments (took out redis) and now the completed tasks arent showing up there (shows schedule tasks as expected but they dont show up when completed). So it seems like the act of switching to redis from orm changed something?
Any ideas?
The text was updated successfully, but these errors were encountered:
Until recently I was using the "orm" connection with my default database in my deployed environments. I recently changed to use the redis connection in deployed environments, so config looks like:
The tasks are still running (scheduled and otherwise), but the Django admin no longer shows any scheduled, failed or successful tasks and it did when using the orm connection.
Per the docs (https://django-q.readthedocs.io/en/latest/admin.html) I expected the "Queued tasks" to disappear but the other areas exist in the admin but are now empty all the time.
Since it wasnt showing up, I changed back to orm in my deployed environments (took out redis) and now the completed tasks arent showing up there (shows schedule tasks as expected but they dont show up when completed). So it seems like the act of switching to redis from orm changed something?
Any ideas?
The text was updated successfully, but these errors were encountered: