Skip to content

Tags: xandris/azkaban

Tags

3.84.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changing json column from BLOB to MEDIUMBLOB in project_flows table. (a…

…zkaban#2465)

* Changing json column from BLOB to MEDIUMBLOB in project_flows table.

* Changing json column from BLOB to MEDIUMBLOB in project_flows table.

* Changing json column from BLOB to MEDIUMBLOB in project_flows table.

3.82

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Address a deadlock occurring between the DB queries to poll an execut…

…ion and update a running execution by introducing retry logic in the update query and lowering the transaction isolation level of the polling query. (azkaban#2422)

3.81.1

Release 3.81.1

3.81.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for thin archives on web and executor server (azkaban#2363)

* Add thin archives feature to web and executor server.

* Move from webserver persisting deps to CachedHttpFileSystem

* Change CachedHttpFileSystem scheme to chttp://

* Allow caching in CachedHttpFileSystem to be disabled through config.