El De-dog-lo

Results 539 comments of El De-dog-lo

We ended up making one and open sourcing it (h/t @mikeshultz) Not production material, just fit our use case and wanted to open source it https://github.com/ApeWorX/taskiq-sqs Happy to combine with...

btw, we have started testing w/ https://github.com/ApeWorX/taskiq-sqs and it is working well. I hope some folks out there will give it a shot!

> Sure. I would suggest to use taskiq scheduler for that. > > Generic implementation only uses labels, but you can add implementation that fits you more. I created an...

> Why not just use the `with_labels(delay=N)` on a regular call of `kicker()`? Isn't that the point of it -- run the task after `N` amount of time has passed?...

I had noticed that `interfaces/IERC4626.sol` is using a utf-8 special character for quotes in a comment somewhere, not sure if this is the problem but that file has been like...

A few examples of the intended use might be nice to see for commenting on the implementation

> > A few examples of the intended use might be nice to see for commenting on the implementation > > check commit message - [d94f548](https://github.com/vyperlang/vyper/commit/d94f54819efa7e28b07f4ed4da73d38ff51d6a43) ```vyper @external def foo(f:...

> > > > A few examples of the intended use might be nice to see for commenting on the implementation > > > > > > > > >...

More testing showing thread ID: ```sh SUCCESS: Loaded Silverback App: ... worker_startup process ID 132726 thread ID 132726 worker_startup process ID 132726 thread ID 132726 worker_startup process ID 132726 thread...

> Ah, I completely forgot I sort of reimplemented this. Though I mostly recall copying it from TaskIQ's code. Still the same issue with threads though, no? It does seem...