We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
We are using
frosh_sentry: report_scheduled_tasks: true
and receive quite some issues:
There are no errors logs.
My working theory: The tasks just take a little bit longer than normal and don't check in in time?
Is there something like a grace period configurable? Or how to debug this? Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered:
I think in
shopware-sentry-bundle/src/Subscriber/ScheduledTaskSubscriber.php
Line 133 in 0dc4e2e
we should set checkinMargin (see https://docs.sentry.io/platforms/php/crons/#upserting-cron-monitors) and eventually maxRuntime ?
checkinMargin
Sorry, something went wrong.
No branches or pull requests
Question
We are using
and receive quite some issues:
There are no errors logs.
My working theory: The tasks just take a little bit longer than normal and don't check in in time?
Is there something like a grace period configurable? Or how to debug this?
Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered: