Jesse Schwartzentruber

Results 41 comments of Jesse Schwartzentruber

> I do not follow from your examples and description what you're trying to achieve and what's the problem. Please refresh the description with clearer explanation. Sorry, my example was...

We're also seeing some changed hashes: `` `None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “RYfr5Zh+8aFczCQ4Xj/Yto2tp1vOpEs7aBgTh4CBPqMLlA3Oh7oIzhPaZxMcSqXvSd/8UantgSF0Kw3pxqyRsg==”.` `` `None of...

Warn about patterns like this: ``` func func_head ')' func_head 1 'func(' arg 1 func_head ',' arg ``` instead of: ``` func 'func(' arg (',' arg){0,5} ')' ``` The former...

Started in fad0c7e2398113f1fd3f654601e23cad29636789

An easy solution to this is to use an arbitrary `schedule_start`, like the unix epoch, to calculate the cycle schedules from.

Implementing this would also simplify scheduling on physical machines.

Yeah, that's in the [API documentation](https://libcloud.readthedocs.io/en/latest/other/using-libcloud-in-multithreaded-and-async-environments.html) too, but that's for using py3 asyncio or gevent, etc. What I'm talking about is being able to hook provider polling so we can...

Grizzly reduce monitor started using `schedulerId: fuzzing`

This was fixed in 44a031a2d6cb8e60d0221125b1d16fb72d45ebc3, but it should be upstreamed to https://github.com/mozilla/task-boot

We can use requests-mock to add a test for this situation now. What is the expected behaviour? Print a better message and exit? Retry before failing?