-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Heya cool project! Quick question - I see from the README:
allowing read-only external connections (disables job queueing, non-GET requests, etc.)
However, I'm not seeing anything that would prevent jobs getting enqueued via ActiveJob or Sidekiq or whatever. Am I missing the hook or code that would prevent that from happening?
We currently enforce a sandbox for our prod console via some scripting, but there is nothing preventing someone from accidentally kicking off some model method that enqueues a job that ends up modifying data off in a different process. I know there are various hooks and things that we could use in ActiveJob or Sidekiq, but came here looking to see if there are some nice established patterns to use 😁 .
Metadata
Metadata
Assignees
Labels
No labels