Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see job types #39

Closed
eXtremeX opened this issue Aug 11, 2017 · 7 comments
Closed

Can't see job types #39

eXtremeX opened this issue Aug 11, 2017 · 7 comments

Comments

@eXtremeX
Copy link

Hello, I tried following instructions but I can't see job types, I can however see everything else.
Would be really thankful if someone could point out what I'm doing wrong.

const queues = [{
    "name": "ticketVerification",
    "port": 6379,
    "host": "127.0.0.1",
    "hostId": "main"
  }]

const arena = Arena({
  queues: queues
});

const verificationQueue = new Queue('ticketVerification', 'redis://127.0.0.1:6379');

app.use('/', arena);

If I type in redis-cli keys *, I can see

127.0.0.1:6379> keys *
1) "bull:ticketVerification:1"
2) "bull:ticketVerification:id"
3) "bull:ticketVerification:failed"

I've attached screenshot.

Thank you very much for trying to help!
problem

@Dreamystify
Copy link

Same issue here, I thought it might have something to do with the prefix param but defaults to bull when not supplied, and I have tried both ways.

@eXtremeX
Copy link
Author

@DreamCatcha I, too, tried it both ways. Either we're doing something silly, or something's wrong. If it is the former, we could improve readme a bit after we figure it out!

@Dreamystify
Copy link

Absolutely ;)

@ccw
Copy link

ccw commented Aug 16, 2017

It should be caused because the usage of getJobCounts function here. According to bull's API reference, it should be called without giving any parameters.

@ccw
Copy link

ccw commented Aug 16, 2017

Same issue here causes the paging not working.

@leemason
Copy link

can this pull request be merged? i too have the same issue and cant resolve.

bradvogel added a commit that referenced this issue Aug 23, 2017
@bradvogel
Copy link
Contributor

Yes, sorry for the delay. Published as 2.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants