Steven Kryskalla

Results 7 comments of Steven Kryskalla

I haven't run into this problem, and I am doing graceful restarts in production. In addition to setting that expiration, it also sets the "death" key in the hash, and...

These is a similar bug open here: https://github.com/ui/rq-scheduler/pull/62 The way I solved this was by making my own rqscheduler script (I already need to subclass `rq_scheduler.Scheduler` for a few things)...

Yes, I tried that `-D MS_WIN64` flag and it didn't do anything. Here's how I was able to workaround this issue and get Ape to install on Windows 1. Clone...

Very up to date fork of ethash that doesn't seem to support Windows: https://github.com/chfast/ethash

This is the definitive issue on what's blocking Windows support, with next steps on how to fix the issue and making a new release (if pyethash was still maintained): https://github.com/ethereum/ethash/pull/107

Oh I see there's an `enqueue_from_string`... ignore option 3.

@grievejia Is that comment meant for another bug? I also ran into this `type(name, bases, attrs)` issue on my codebase: ```python def main() -> None: Foo = type("Foo", (), {'foo':...