#Paul Dragoonis 0130 that is entirely up
1 messages · Page 1 of 1 (latest)
I completely understand, thanks, this means the clients can make async or sync calls and it's fine.
PHP supports both, so it's fine just asking.
@storm hare, sync calls become a bottleneck pretty easily, so we recommend using async whenever possible. See reasoning here: https://github.com/dagger/dagger/issues/4766
@wind glen right but if my pipeline has synchronous steps in it .. 1, 2, 3, 4, 5
Should I still be needing to do Async features ?
Not in a sequence like that but it depends, especially if sync calls are blocking like in Python and Node.js.