AccessControl synchronization across processes #131
Loading…
Add table
Add a link
Reference in a new issue
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?
AccessControl has a few gotchas where banning a key may not be effective when there are multiple processes serving an instance. Currently this deployment doesn't exist, but it may be come relevant in the future.
One idea for updating in-memory ban lists is reloading adl.json and DB entries periodically.
One idea is a second thread running a job scheduler, like https://github.com/mvniekerk/tokio-cron-scheduler
Ref #128
Ref #130