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
Drop redundant @conditional from RqueueUtilityServiceImpl
The module-level @conditional(RedisBackendCondition) on RqueueRedisListenerConfig
plus its @componentscan of com.github.sonus21.rqueue.redis already gates this
bean to the Redis backend. The per-class annotation was redundant.
Assisted-By: Claude Code
0 commit comments