Francesc Gil
Francesc Gil
The main issue is that on the `poller.poll` it would only return an error if it happens before the goroutine, once the goroutine is lunched `Work` will always return `nil`...
This logic should be added like it's on the "main" Resque: https://github.com/resque/resque/blob/master/lib/resque/worker.rb#L599 Which basically consists on having a `heartbeat` and a `prune` function when the worker is started which will...
AFAIK this is working on all providers as the logic is not provider dependent, we have to be able to reproduce it before fixing anything.
Yes you are right and for what I see we have been dragging it for a while (since v0.6.2), I'm checking it now to solve it.
The main issue here is that we have a set of RegExp that format HCL from the outputed one, and one of the rules is to remove all the `=...
We could use 2 options here: * A normal regexp `aws_db_*` as you mentioned * Or `tfdocs` https://raw.githubusercontent.com/cycloidio/tfdocs/master/providers/aws/r.go and use a match for the `keyword`, the `category` itself could also...
Hi @highb :). This is a feature we want to add, it's not yet on top of the priority list but it was always one of the things we wanted...
Ok don't worry, I may try to hack it in a close, close future hehe.
Sorry for the delay I was on vacations :sun_with_face: That's a good idea :). I wanted to do that with fully support by passing a "half" state/hcl and ignoring the...