Anton Tsitou
Anton Tsitou
We are using https://aws.amazon.com/en/swf/faqs/ to run complex workflows, it is possible to implement a similar pattern (decider + worker) but it will require at least another data storage to keep...
All the brokers included in jobs already implement ASKs, including RabbitMQ. What we currently lack is complex logic here (a.k.a. what to do when job already failed): https://github.com/spiral/jobs/blob/master/service.go#L308 This method...
Actually, all the job events are already available and can be used to implement a state machine. But on Golang end, we have to expose them to PHP as well.
I do think this query supported by all the drivers. Are you sure this is standardized functionally?
I'll take a look at it after the 1.3.0 release of cycle.
I think it should be done on the ORM level. Any help will be appreciated.
Interesting sugar addition. Thank you
Hi, one of the improvements we want to do in a future version is to provide the ability to declare native DB types. Not all databases support the same types...
Sure, we will take a look at it with `Large Postgres update` which also going to include the schema support. No ETA yet, feel free to create PR.
All accepted. Injecting SELECT into INSERT is not a problem, we already have such capability on VALUE level. We will implement this feature somewhere in a future milestone.