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
Create all the temporary directories on program startup.
Right now event writer simply creates the record file without
checking or creating the directories. This responsibility
should be delegated to startup sync where it creates all
the directories beforehand based on metadata available.
Startup sync now explicitly panics if create temporary
directory fails ( permission issues ) or moving some old
record file fails. This is because these operations are
essential for running the server and it saves users from
the confusion of why they cannot post any event.
Fixes#74
0 commit comments