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
When running tests on Heroku CI, the in-dyno Redis URL environment variable is set as redis://h:xxx@localhost:6379/. The trailing slash causes this error: ReplyError: ERR invalid DB index, I presume because the url parser does not check if the / split actually yields a valid database number
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
When running tests on Heroku CI, the in-dyno Redis URL environment variable is set as
redis://h:xxx@localhost:6379/
. The trailing slash causes this error:ReplyError: ERR invalid DB index
, I presume because the url parser does not check if the/
split actually yields a valid database numberbull/lib/queue.js
Line 304 in 1898b5a
Bull version
3.14.0
The text was updated successfully, but these errors were encountered: