El De-dog-lo

Results 539 comments of El De-dog-lo

One issue noted during testing: if you have multiple tasks against the same event/filter arg combo (same named filter arg but different filter values) the second one does not appear...

PR #66 resolves the "no duplicate handlers" situation, which makes it easier to solve the issue I noted of missing task registrations

Rebased and made updates to use new stateless TaskData setup TODO: - [ ] figure out why it keeps failing to start

@0xcivita do you have an example usecase of why this specifically should be displayed in the logs? Or are you more generally looking to view live datapoints from your bot...

You can add `new_block_timeout` kwargs to `app.on_` decorators, but in general make sure when you run anvil you are running it in a mode where it continuously mines blocks and...

Some further information: Silverback uses Ape's config system to detect timing, falling back to automatic detection if not available https://github.com/ApeWorX/silverback/blob/8b22872a44afaf54c0c71487808a6418f8c1be77/silverback/middlewares.py#L9-L18 So make sure you've configured Ape correctly

@vany365 @NotPeopling2day is this issue resolved?

In general, guidance should be that it only supports streaming new data events. The historical handling is useful for restarts, but I think when we finally utilize the task queue...