Gavin Wahl

Results 24 comments of Gavin Wahl
trafficstars

Hi, thank you for the contribution. > the OSS version of Travis CI is being phased out. What does this mean?

I think if this happens the most likely cause is a programming error that should be reported immediately and not ignored. For example adding a new task type without restarting...

I think most uses of multiple queues are working around the lack of priority in amqp, kafka etc. I have implemented on myself where there's a 'bulk' and 'realtime' queue...

1. I have the start of something in mind for this. Queue classes have their `job_model` parameterized (implemented). Most of the `Job` model can be moved to an abstract base...

Regarding pickle vs json, that was an intentional decision. I don't think passing complex objects is a good idea. If you want to do something like a generic foreign key,...

I avoided using decorators to register tasks because I want to avoid import-time side effects. With decorators, there's nothing that's going to import the modules tasks are registered in. Celery...

Thanks for implementing this, let me think about those questions. The specs are maddeningly vague about handling rollover -- first it says "If the counter value has moved backward, it...

I asked @minisu about how Yubico's tokens behave: > Yubico tokens doesn't roll over, but this is a theoretical scenario -- the counter is 31 bits so it will never...

I'm thinking the right behavior might just be to generate a log message

I haven't merged it because I'm not convinced of what the correct behavior is. Do you have any insight?