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
Would love a feature where you could add a call to an external service such as https://healthchecks.io/ when the backup is successful so that I could keep track of failures that may have happened.
The text was updated successfully, but these errors were encountered:
I think it's a different purpose and implementation. I was looking at more a notification that a backup had occurred successfully, either with an email, or in healchecks case, ping a URL.
Was thinking about this a bit more, and it might honestly be a bit difficult. Because having a single callback for the entire endpoint wouldnt be that useful, because you would likely have multiple jobs pushing into different buckets.
So then you would need to create a mapping of bucket to callback endpoint, which you would need to either pass in via environment variables, or have a config file that's consumed.
S3Proxy was created with a 1:1 mapping for frontend-backend which is simple but perhaps not the best approach for users who want more advanced options, e.g., single S3 endpoint which maps buckets to different backend providers, middlewares, etc. I guess we could extend the configuration to M:N although haven't had a defined use case yet.
Would love a feature where you could add a call to an external service such as https://healthchecks.io/ when the backup is successful so that I could keep track of failures that may have happened.
The text was updated successfully, but these errors were encountered: