Yuriy Klyuch

Results 20 comments of Yuriy Klyuch

Thanks, it looks good! Although it's unclear if the output was downloaded as is or with additional conversion to ion? (need to be as is). And I think the original...

This looks good, but as I understand, before this change user was able to see output immediately, now he needs an additional click for download or preview to see it,...

Hmm, are you sure it's the same? Doesn't look like duplicate to me - this issue says that task retry form is just fine, need to have same for the...

it's as self-explanatory as it can get. Was you able to set/change retry options (maxInterval, minInterval, maxAttempt, maxDuration) of the task in no-code editor? I wasn't, although I only tried...

I'm talking about _retry_ of the **task**, not _retry_ of the **flow** here is the video demo https://somup.com/cTfIQLswPH

> Hey [@yureckey](https://github.com/yureckey), > > You can email the file to me if you want Yesterday I sent this PDF to the email address that you have in GitHub profile

yes, probably. When I'm opening this file in pdf readers (I tried Adobe, Chrome's and Google Drive) it looks fine, but if I select and copy text it comes as...

As I wrote in slack thread: > Thanks! > But it's a bit more work than using sample docker compose. I've tried it and it's not working.

ok, I've tried recent version on Dokploy: ```yaml volumes: postgres-data: driver: local kestra-data: driver: local services: postgres: image: postgres volumes: - postgres-data:/var/lib/postgresql/data environment: POSTGRES_DB: kestra POSTGRES_USER: kestra POSTGRES_PASSWORD: k3str4 healthcheck:...