Store analysis queue using storage drivers #123
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aheathershaw/blue-twilight#123
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following the implementation of #121, it’s only possible to separate the bulk processing work to another server if a shared file system is in use due to the temporary analysis queue being hard-coded to write to the file-system.
We should provide a config option to choose what storage backend (driver) should store the analysis queue, allowing it to be stored on cloud storage, and thus easily shared between servers.
This will be required for BT Cloud.
The new config option should live in the new Image Processing tab introduced in #121 and default to the file-system.
New interface methods will need to be introduced (or a complete new interface?)
This needs implementing for “replace image” and bulk uploads.