I use sentry 8.0.6 with redis 3.0.7 as a celery broker. Celery is running with -B flag.
I see warning _Background workers haven't checked in recently. This can mean an issue with your configuration or a serious backlog in tasks._ if the sentry for a long time does not receive an error notification from clients. Immediately after receiving the error, the warning disappears.
Problem appeared after upgrade from sentry 7.7.4.
Try running without -B and running a separate sentry celery worker and sentry celery beat. There's an issue with running -B and we no longer recommend doing it that way.
@mattrobenolt thanks! It seems to have helped.
Fantastic, this has fixed the issues for me too :)
Maybe upstream problem?
Maybe upstream problem?
It's complicated. :)
When I opened the terminal, I found that the log has been brush, we have encountered this problem
I install sentry first time and met the trouble today.
this is may solution:
senrty installation
we must run three containers for use sentry
Most helpful comment
Try running without
-Band running a separatesentry celery workerandsentry celery beat. There's an issue with running-Band we no longer recommend doing it that way.