Hugo Poissonnet

Results 62 comments of Hugo Poissonnet

> You should close this issue, as this is pretty easily possible: > > ``` > queue.add(null, { repeat: false }) > ``` Can you elaborate your response to the...

I need someone to review it. And it might be useful to have #1498 with this.

Ok so I need to refactor, passing the flag directly in `opts.immediately` because it will need to be handle only at the first iteration and not saved in Redis. And...

I have rebase the change on develop, an immediately flag will be saved in redis is it bad ? I think not. If we don't want to save the `immediately`...

`0 0 7 1 1/1 *` does this => `0 0 7 1 1 *`

I hit this hard because when I have seen this : ### Recommended workflow 1. Make changes 1. Commit those changes 1. Make sure GitLab CI turns green 1. Bump...

I have 2 thoughts in mind * We might need a method to merge multiple gathered GA data-sets (like incrementally), if we want to use multiple collection points. * I...

Seems good to me for this one.

Do we need a lock per user in db ? Can we have a recurring task per user instead ? Sidekiq support lock per job no ?

> How would you suggest a recurring task per user? I think yes.