Open mikhail5555 opened 3 days ago
the redisClient that the NewScheduler makes should also be marked as non-shared, otherwise it throws the error
redisClient
NewScheduler
ERROR Failed to close redis client connection: redis connection is shared so the Client can't be closed through asynq
on shutdown.
the
redisClient
that theNewScheduler
makes should also be marked as non-shared, otherwise it throws the erroron shutdown.