Etienne Napoleone

Results 24 comments of Etienne Napoleone

Please fix this asap, this is making working with page rules a real pain. **Few weeks later update**: please have pity for our poor souls

this should be handled in your implementation, it's a basic retry on fail scenario some example untested code: ```python height = 1 while True: try: txs = terra.tx.tx_infos_by_height(height) for tx...

And here we are in 2020 still without any comment

Hi! Nope, ended up doing it without plugins using the terraform docker image

Thanks @henriquegibin , I guess that should be fixed or better documented at least

Just a tip @frame45: if you're automating goutte using a CI tool, you can add a webhook slack notification as a after success/after failure step there. Still, would be a...

That could be nice to add indeed! As a workaround for now it is possible to achieve this by having multiple config files and running the goutte once per config.

Ah yes you're right, sorry it's been a while! I will see to refactor goutte to accept something like: ```toml [droplets] default_retention = 5 [[droplets.by_name]] name = "server01" retention =...

Ah yes I see, totally makes sense! One simple way to do it in conjuction with my change proposed above would be to update the snapshot naming to something like...

Will be reworked in a new version 2