Custom Query (1173 matches)
Results (55 - 57 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5464 | fixed | sqlalchemy is not supported as kombu transport | ||
Description |
sqlalchemy cannot be used as a kombu transport any more. It was removed: https://github.com/celery/celery/issues/3274#issuecomment-228324848, kombu commit 1cd4e07f9ebb2fdbde0f86054e963f6bbd17e698. For now i have capped kombu and celery to <4.0, but we need to figure out what to do. |
|||
#411 | fixed | sql: deleting media needs to delete media_data | ||
Description |
When deleting a media_entry, we need to delete the media_data row too. sqlalchemy with backref option delete-orphan should handle that for us. |
|||
#238 | FIXED | split up hacking howto in wiki | ||
Description |
The hacking howto in the wiki is too big and covers too many different things. It's better to break it up into smaller topics which are easier to link to. Action items: 1. figure out how to break it up 2. break it up The sooner this gets done, the better. |