8 Commits

Author SHA1 Message Date
Loïc Mathieu
5860ce73bb feat(system): configure Docker Compose termination grace period to 6m
By default, Kestra has a termination grace period of 5m.
To be sure all tasks are terminated, we need to configure Docker Compose with a termination grace period of more than that: 6m.

Part-of: https://github.com/kestra-io/kestra-ee/issues/5556
2025-11-25 17:07:01 +01:00
Pradumna Saraf
a3fc9b1532 chore: update the postgresql volume path in compose file (#12946) 2025-11-18 13:43:55 +05:30
Clément Doumouro
6175af66c1 fix(core): adapt postgres-data volume location to postgres 18+ (https://github.com/docker-library/postgres/pull/1259) (#12575) 2025-11-06 12:59:39 +01:00
Ludovic DEHON
ad13a64ccc fix: make dind example working, and add note for ubuntu users 2025-10-27 16:53:32 +01:00
Nicolas K.
eafaf32938 feat(security)!: make basic auth required on OSS (#9688)
* feat(security)!: make basic auth required on OSS

* clean(security)!: put the auth filter code into a publisher

* clean(security)!: add unit tests

* fix(core): merge

---------

Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io>
2025-07-08 10:41:47 +02:00
Loïc Mathieu
c32f5a550a chore: use 2*nbProc as default worker threads
Part-of: #4771
2024-08-30 15:02:27 +02:00
Loïc Mathieu
0d9df7eafe chore: change Docker image tags
- *-full -> *
- * -> *-no-plugins
2024-08-02 10:17:03 +02:00
Ludovic DEHON
4a40214065 chore(cicd): use a special database for each unit test 2024-02-05 21:34:38 +01:00