celery-singleton
celery-singleton copied to clipboard
singleton task isn't retrying
trafficstars
Sorry for such meager information provided. Singleton tasks isn't retrying at all, seems that task methods is not the best place to hook into. May be celery signals is.
Just looked at signals implementation, and think it'll be a liitle harder than through methods