Daniel Gerlag
Daniel Gerlag
Could you include the step definition and workflow definition?
Was this meant for `Conductor` or `WorkflowCore`? You could implement custom steps - https://workflow-core.readthedocs.io/en/latest/getting-started/#steps You wouldn't need to fork workflow core for that. You can also have your async invocations...
yes, sorry about that
Could you elaborate a bit about the caching?
That's correct, that's what it is supposed to do. The first few blocks will be short and should adjust themselves to be longer after a few minutes
I think you mean `LevelDB`? Bitcoin uses LevelDB, I have no plans to implement a provider for LevelDB, but all pull request adding this feature would be welcome.
There has been no effort so far to discover vulnerabilities, this package is still in an `alpha` state
Thanks, I think it happened with the last merge
Hi, at the moment we only have MongoDB, but it would not be hard to build a MySQL provider. I can give guidance on this if you would like to...
That is a feature that still needs to be implemented. My thinking is that you should be able to specify a retry count and what action happens after that (terminate...