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
Is your feature request related to a problem? Please describe.
If a shop fails to announce itself,
55faed5 (Now shops always attempt to announce upon first payment provider (e.g. stripe) account creation and don't rely depend on external uwsgi cron call)
Is your feature request related to a problem? Please describe.
If a shop fails to announce itself,
subscribie/subscribie/blueprints/admin/__init__.py
Line 1928 in 6c1d968
Then there will be no entry for the shop , and https://github.com/Subscribie/stripe-connect-webhook-endpoint-router will not be able to route webhooks to it:
https://github.com/Subscribie/stripe-connect-webhook-endpoint-router/blob/4216d104334cf65c684f1dc65b6695e1972a7f29/main.py#L56
Describe the solution you'd like
Add health check so that shop can self-report if it's not been able to announce it's address
Describe alternatives you've considered
subscribie/vassals-inject-config.ini
Line 23 in 6c1d968
uwsgi
isn't present so CI must announceuwsgi
cron (uwsgi cron no longer needed at all - for first time announce at least, see 55faed5 )uwsgi
cron into dokku deploymentsAdditional context
The text was updated successfully, but these errors were encountered: