remove UPLOAD_INBOX_DIRECTORY
Categories
(Tecken :: Upload, task, P3)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
From https://github.com/mozilla-services/tecken/issues/1727
Aka. DJANGO_UPLOAD_INBOX_DIRECTORY.
In an early version of Tecken, the idea was to accept the uploaded .zip file ASAP and then say "200 OK We're working on it. Bye!".
Then a Celery task would look into this inbox and start dealing with it.This was rewritten to not use Celery at all. The reason, I think, is that the Celery workers might be in a different container/web head so the file system is different.
All mentions of it in code and documentation can be deleted. E.g. this: https://github.com/mozilla-services/tecken/blob/42a59ba8282210cfc1d3913fd391b3c67768081c/tecken/settings.py#L487-L492
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Moving bugs to Tecken product.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
This was done in January 2022 as part of bug 1739449 in https://github.com/mozilla-services/tecken/commit/7cf65406375496daa341b1f68bf8d92dfa17d0a5
Description
•