Replies: 1 comment 1 reply
-
I ended up creating a separate table joined 1-1 with the primary result table. It's not ideal - there should be a way to extend the normal result table - but it works well. This was for django but I expect it would work similarly for plain celery. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using celery for performing a crawlin operation in this process I want to store a extra metadata information in the celery result table. I am using postgresql db as the backend. How can I add this extra column in the table and which should be updated be celery when creating a task.
Beta Was this translation helpful? Give feedback.
All reactions