• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cofacts / rumors-line-bot / 13617472365

02 Mar 2025 09:20AM UTC coverage: 90.761% (-0.2%) from 90.989%
13617472365

push

github

web-flow
Merge pull request #403 from cofacts/network0error-handling

Handle network errors

541 of 641 branches covered (84.4%)

Branch coverage included in aggregate %.

12 of 18 new or added lines in 6 files covered. (66.67%)

1 existing line in 1 file now uncovered.

1129 of 1199 relevant lines covered (94.16%)

12.42 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/src/lib/queues.js
1
import Bull from 'bull';
2

3
export const groupEventQueue = new Bull('groupEventQueue', {
1✔
4
  redis: process.env.REDIS_URL || 'redis://127.0.0.1:6379',
1!
5
  // limiter: { max: 600, duration: 10 * 1000 },
6
});
7
export const expiredGroupEventQueue = new Bull('expiredGroupEventQueue', {
1✔
8
  redis: process.env.REDIS_URL || 'redis://127.0.0.1:6379',
1!
9
  // limiter: { max: 600, duration: 10 * 1000 },
10
});
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc