Ruben Fiszel
a5f6d73f7d
fix(backend): do not fail on schedule not existing anymore
2023-04-12 20:06:50 +02:00
Ruben Fiszel
670c84b901
exclude deno/gen/file from global cache
2023-04-12 19:18:48 +02:00
Ruben Fiszel
3932e5dfb9
add GOPRIVATE and NETRC for private modules
2023-04-11 19:55:38 +02:00
Ruben Fiszel
8552c92837
fix relative url deno loading2
2023-04-11 15:57:59 +02:00
Ruben Fiszel
955a213a50
fix(backend): nested deno relative imports
2023-04-11 15:16:55 +02:00
Kai Jellinghaus
d45e6c94ab
feat(backend): Redis based queue ( #1324 )
...
* Merge?
* Fix V8 breaking change
* WIP
* WIP
* Cleanup
* Move to git reference
* Fix Merge conflict
* update
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-11 12:24:13 +02:00
Ruben Fiszel
0718931616
fix tests + scheduled_for uses now instead of system time
2023-04-11 11:48:14 +02:00
Ruben Fiszel
df4c6289ac
improve metrics
2023-04-10 11:58:44 +02:00
Ruben Fiszel
72c8d3921d
improve metrics
2023-04-10 11:53:32 +02:00
Ruben Fiszel
e911869d99
perf: parallelize more operations for deno jobs
2023-04-10 10:55:56 +02:00
Ruben Fiszel
e1712e63a6
improve token lock
2023-04-10 08:00:41 +02:00
Ruben Fiszel
de87d7ac27
fetch token in the background
2023-04-10 01:16:15 +02:00
Ruben Fiszel
2b003c684f
make create_token_for_owner not a transaction anymore
2023-04-09 21:47:05 +02:00
Ruben Fiszel
3097510550
only register prometheus metrics if they are enabled
2023-04-09 15:39:25 +02:00
Ruben Fiszel
0c0b2d88cc
deno optimization v0
2023-04-09 14:10:56 +02:00
Ruben Fiszel
dac61d1c98
feat(backend): extend cached resolution for go
2023-04-09 10:58:45 +02:00
Ruben Fiszel
facb67093c
feat(python): cache dependency resolution
2023-04-08 23:25:46 +02:00
Ruben Fiszel
ee45f1ca7b
show status code when possible
2023-04-08 20:09:27 +02:00
Ruben Fiszel
bbb6ee978d
reduce verbosity of cache sync
2023-04-08 15:55:09 +02:00
Ruben Fiszel
5961995e80
reduce verbosity of cache sync
2023-04-08 15:48:07 +02:00
Ruben Fiszel
78f5fd275e
remove deno nsjail in favor of deno sandboxing
2023-04-08 15:25:10 +02:00
Ruben Fiszel
33f2bad8d9
add GOPATH to go mod tidy
2023-04-07 00:49:57 +02:00
Ruben Fiszel
266b5b00da
fix(frontend): make croninput a builder rather than a tab
2023-04-06 23:57:42 +02:00
Ruben Fiszel
8fe68c832b
set schema on script template change
2023-04-06 23:28:03 +02:00
Ruben Fiszel
8c72722710
fix(backend): inline script app python fix
2023-04-05 18:26:27 +02:00
Oliver Veal
17176bb8d1
feat: improved cron/schedule editor ( #1362 )
...
* basic cron schedule editing ui
* schedules run in a user-specified timezone
* fix other uses of CronInput component
* use now() from database to schedule next job
* offset -> IANA timezone conversion on db migration
* sqlx ci
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-05 16:37:24 +02:00
Ruben Fiszel
4fb7468cf3
do no keep tar around and move it from the tmp folder
2023-04-05 15:02:37 +02:00
Ruben Fiszel
94eecea02b
feat(backend): add /ready endpoint for workers
2023-04-05 10:34:25 +02:00
Ruben Fiszel
922682c4d0
initialize cache if from tar
2023-04-04 16:31:47 +02:00
Ruben Fiszel
b86ca29fde
fix polar handling
2023-04-04 14:25:27 +02:00
Ruben Fiszel
096bf2022c
kill the background bucket sync if necessary
2023-04-04 11:33:07 +02:00
Ruben Fiszel
bc4dd0eeaa
only sync after the cache has been initialized
2023-04-04 11:03:25 +02:00
Ruben Fiszel
ae219eb3be
create the first dirs properly
2023-04-04 09:29:08 +02:00
Ruben Fiszel
b851a5c65a
first sync of the cache is at least after the first sync duration
2023-04-04 09:06:19 +02:00
Ruben Fiszel
bc36f5b309
log the entirecache.tar length
2023-04-04 08:32:20 +02:00
Ruben Fiszel
5b0a4d7838
only copy cache from bucket in background the first time
2023-04-04 08:24:02 +02:00
Ruben Fiszel
3e5ff8682a
feat: do cache bucket syncing in background + check tar before pushing it ( #1360 )
...
* all
* improve tar caching
2023-04-04 01:34:11 +02:00
Ruben Fiszel
517b2c9cca
fix(backend): always flush bash output
2023-04-03 20:07:43 +02:00
Ruben Fiszel
7a9091fed6
fix(backend): always flush bash output
2023-04-03 19:56:55 +02:00
Ruben Fiszel
8c53598aba
fix(backend): improve handling subflow with many depth using tailrec
2023-04-03 08:37:24 +02:00
Ruben Fiszel
6f33d549f0
improve mem handling for update_flow_status
2023-04-03 01:13:39 +02:00
Ruben Fiszel
390a988d4c
fix(backend): improve subflow processing
2023-04-03 00:32:13 +02:00
Ruben Fiszel
4f7c45118b
remove backend warnings & fix test
2023-04-02 13:56:16 +02:00
Ruben Fiszel
5a8e00d285
remove unecessary deno lock file
2023-03-31 11:53:31 +02:00
Ryan Rich
dfd2abc764
fix(backend): backend compatability on macos ( #1340 )
2023-03-31 09:00:54 +02:00
Ruben Fiszel
2e7871439a
consistent sort + minor nits
2023-03-30 17:27:21 +02:00
Ruben Fiszel
c7506e4dae
feat(backend): reduce memory allocation for big forloops of flows
2023-03-30 11:52:54 +02:00
Ruben Fiszel
fccb3d8088
truncate file too big
2023-03-29 20:04:31 +02:00
Ruben Fiszel
5aa14562a0
handle space and uppercase in script_path
2023-03-29 16:16:14 +02:00
Ruben Fiszel
8497d1d1c0
fix autogen script names
2023-03-28 21:07:21 +02:00