devContainer: Use Redis for ActiveJob and ActionCable. #2017
Reference in New Issue
Block a user
Delete Branch "dev-container"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After #2004, we are now using Redis and Sidekiq for background job processing. This means that we will need to update the dev container to utilize those services.
Nice catch, thanks for the update!