Closed Bug 1552915 Opened 6 years ago Closed 2 years ago

remove UPLOAD_INBOX_DIRECTORY

Categories

(Tecken :: Upload, task, P3)

Tracking

(Not tracked)

RESOLVED FIXED

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

Priority: -- → P3

Moving bugs to Tecken product.

Component: Tecken → Upload
Product: Socorro → Tecken
Blocks: 1564452
No longer blocks: 1687804
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.