Connection Issues
Cannot connect to Redis
Connection timeout
Connection timeout
Symptoms:
- “Connection timeout” error when adding connection
- Connection status stuck on “Pending”
- Redis not accessible from bullstudio servers
- Firewall blocking connection
- Incorrect hostname or port
- Verify Redis is running and accessible
- Check firewall/security group rules allow inbound traffic on Redis port
- Confirm hostname and port are correct
- Verify your Redis instance is publicly accessible
Authentication failed
Authentication failed
Symptoms:
- “NOAUTH” or “Authentication required” error
- “Wrong password” error
- Incorrect password
- Wrong username for ACL auth
- User lacks required permissions
- Double-check the password
- For Redis 6+, ensure correct username is provided
- Verify user has read permissions on the queue keys
TLS handshake failed
TLS handshake failed
Symptoms:
- “TLS handshake error”
- “Certificate verification failed”
- TLS not enabled on Redis
- Self-signed certificate not provided
- Wrong port (some providers use different TLS ports)
- Confirm TLS is enabled on your Redis instance
- For self-signed certs, add CA certificate to connection config
- Try port 6380 if 6379 doesn’t work with TLS
Connection status shows Failed
Connection status shows Failed
Symptoms:
- Connection shows “Failed” status
- Error message in connection details
- Check the error message in connection details
- Use “Test Connection” to diagnose
- Review Redis server logs for more details
- Verify Redis server is healthy
Queue and Job Issues
No Queues Appearing
No queues found after connecting
No queues found after connecting
Symptoms:
- Connection shows “Connected” but no queues appear
- Queue list is empty
- Connected to wrong Redis database
- No BullMQ queues exist yet
- Queues use custom prefix
- Verify the database number (default is 0)
- Confirm queues exist in Redis
- Check if your BullMQ queues use a non-default prefix
Some queues missing
Some queues missing
Symptoms:
- Only some queues appear
- New queues don’t show up
- Queues created after initial connection
- Different Redis databases
- Queue prefix mismatch
- Refresh the queue list
- Check if queues are in different databases
- Wait for queue discovery (happens on next activity)
Job Issues
Jobs stuck in active state
Jobs stuck in active state
Symptoms:
- Jobs show “Active” for extended periods
- Active job count keeps growing
- Worker crashed during processing
- Job is genuinely long-running
- Worker stalled
- Check worker logs for crashes
- Configure stalled job handling in BullMQ
- Review job processing logic for hanging operations
Jobs failing repeatedly
Jobs failing repeatedly
Symptoms:
- Same jobs failing multiple times
- High attempt counts
- Bug in job processor
- External service down
- Invalid job data
- Check job error messages and stack traces
- Review job data for issues
- Verify external services are accessible
- Fix bugs and deploy updated worker code
Can't retry or remove jobs
Can't retry or remove jobs
Symptoms:
- Retry/Remove buttons don’t work
- “Read-only” error
- Connection is in Read-Only mode
- Insufficient permissions
- Update connection to Read-Write mode
- Verify Redis user has write permissions
Dashboard and Metrics Issues
Metrics not updating
Metrics not updating
Symptoms:
- Dashboard shows stale data
- “Last updated” timestamp old
- Connection issue
- Browser caching
- Agent disconnected (for proxy connections)
- Click the refresh button
- Check connection status
- Hard refresh the browser (Ctrl+Shift+R)
- Verify agent is running (for proxy connections)
Charts showing no data
Charts showing no data
Symptoms:
- Charts are empty
- “No data” message
- No jobs processed in time range
- Wrong connection/queue selected
- Time range too short
- Extend the time range
- Verify correct connection is selected
- Check that jobs are being processed
Alert Issues
Not receiving alert emails
Not receiving alert emails
Symptoms:
- Alert triggered but no email
- Test email not received
- Email in spam folder
- Incorrect email address
- Alert in cooldown period
- Check spam/junk folder
- Verify recipient email is correct
- Check if alert is in cooldown
- Use “Test Alert” to verify configuration
Alert not triggering
Alert not triggering
Symptoms:
- Metrics exceed threshold but no alert
- Alert status stays “OK”
- Alert disabled
- Threshold too high
- Time window hasn’t elapsed
- Verify alert is enabled
- Check threshold against actual metrics
- Wait for time window to complete
- Review alert configuration
Too many alert notifications
Too many alert notifications
Symptoms:
- Receiving constant notifications
- Alert flapping between triggered/resolved
- Threshold too sensitive
- Cooldown too short
- No resolve threshold configured
- Increase trigger threshold
- Add resolve threshold (lower than trigger)
- Increase cooldown period
- Use longer time windows
Account and Billing Issues
Can't create more workspaces/connections
Can't create more workspaces/connections
Symptoms:
- “Limit reached” error
- Create button disabled
- Plan limit reached
- Delete unused workspaces/connections
- Upgrade your plan
Alerts feature not available
Alerts feature not available
Symptoms:
- Alerts tab shows upgrade message
- Can’t create alerts
- On Free plan
Getting Help
If your issue isn’t covered here:- Check status: Visit our status page for known issues
- Search docs: Use the search function to find related topics
- Contact support: Email support@bullstudio.dev
- Your workspace/organization name
- Connection details and error messages
- Error messages (screenshots help)
- Steps to reproduce the issue