Ruben Fiszel
|
fbc62e8ca5
|
remove unecessary postgres transactions and improve performance
|
2023-08-22 00:34:44 +02:00 |
|
Ruben Fiszel
|
52f28b5173
|
feat: add workspace specific tags
|
2023-07-26 17:33:46 +02:00 |
|
Ruben Fiszel
|
a0997911bf
|
feat: worker group for flows
|
2023-07-25 12:41:51 +02:00 |
|
Jakub Kołodziejczak
|
72d0d8a7f5
|
chore(backend): upgrade sqlx to ^0.7 (#1865)
* DRAFT chore(backend): upgrade sqlx to ^0.7
related to:
* https://github.com/windmill-labs/windmill/pull/1858
* https://github.com/launchbadge/sqlx/issues/1163#issuecomment-1627685514
* (vol. 2) in 0.7, `Transaction` can no longer implement `Executor` directly
ref: afb6b1066e/examples/postgres/transaction/src/main.rs (L14-L17)
notice that I'm temporarly using my custom patch
16e4c9a8f3
it's related to https://github.com/launchbadge/sqlx/issues/2611
* post git rebase chores
* use upstream fix from 0.7.1
* fix compile
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
|
2023-07-15 14:06:20 +02:00 |
|
Guillaume Bouvignies
|
96df8900cb
|
Specific NOOP jobs benchmark (#1810)
* Refactor and fix NOOP benchmark
* Add endpoint to toggle workers on/off when compiled in benchmark mode
* Improve noop benchmark
|
2023-07-10 14:16:34 +02:00 |
|
Ruben Fiszel
|
722783f7f6
|
feat(backend): worker groups (#1452)
* tagged scripts
* tagged scripts
* fix
* fix
* fix
* all
* update sqlx
|
2023-04-23 16:57:23 +02:00 |
|