You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
Right now, when we shut down Divolte because of scaling-down or in case of a rolling update, the sinks are closed and flushed. One of the problems is that the files remain in the /arriving/ directory. We can solve this in two ways:
When shutting down Divolte, flush the buffers and move the files to the right directory
Write an Airflow job that will clean up these files, check if they are non-empty and move them to the right directory.
The latter is more secure I'd say, in case Divolte crashes of gets killed for an arbitrary reason, the file will stay there.
Any thoughts?
Cheers, Fokko
The text was updated successfully, but these errors were encountered:
Hi all,
Right now, when we shut down Divolte because of scaling-down or in case of a rolling update, the sinks are closed and flushed. One of the problems is that the files remain in the /arriving/ directory. We can solve this in two ways:
The latter is more secure I'd say, in case Divolte crashes of gets killed for an arbitrary reason, the file will stay there.
Any thoughts?
Cheers, Fokko
The text was updated successfully, but these errors were encountered: