Skip to content

Releases: jiawesoft/jiascheduler

test_arm_build

Choose a tag to compare

@iwannay iwannay released this 06 Jul 06:58
05ce823
Merge pull request #67 from WalleV/feature/fix-github-actions-use-arm64

Refactor Docker workflow for multi-platform builds

v2.0.1

Choose a tag to compare

@iwannay iwannay released this 21 Jun 12:38

Optimize the logic pertaining to timer execution and page interaction.

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@iwannay iwannay released this 31 May 14:25
da31452
  1. 支持workflow,并允许workflow定时执行,现在可以用图形化的界面编辑多任务节点作业
  2. 支持作业参数,用户可以在启动时传入不同的参数
  3. 支持修改作业调度,允许基于作业调度管理运行的作业

What's Changed

  • Support workflow with scheduled execution. A graphical interface is now available for editing multi-task node jobs.

  • Support job parameters, allowing users to pass in different parameters when starting a job.

  • Support job scheduling modification, allowing management of running jobs based on job scheduling.

  • Update Dockerfile by @lijc210 in #49

  • Add multi-arch support (amd64/arm64) to Docker build workflow by @WalleV in #52

  • Add the UV Python package and environment manager by @lijc210 in #54

  • Update README.zh-CN.md (#1) by @oulaoba in #57

  • 规范简化Docker部署流程 by @lijc210 in #58

  • Add workflow features by @iwannay in #61

New Contributors

Full Changelog: v1.1.5...v2.0.0

v1.1.5

Choose a tag to compare

@iwannay iwannay released this 14 May 13:56
3545713

What's Changed

  • Split crates by @iwannay in #47
  • Supports configuring max parallel jobs by @iwannay in #48
  • Support displaying ANSI text in execution logs

Full Changelog: v1.1.4...v1.1.5

v1.1.4

Choose a tag to compare

@iwannay iwannay released this 29 Apr 13:29
  • Fix cannot delete schedule records
  • Set the run status list to filter by its updated_user field
  • Fix the issue where editing jobs outside the team incorrectly set the team_id to 0

v1.1.3

Choose a tag to compare

@iwannay iwannay released this 26 Apr 13:46

What's Changed

  • Update webssh failed connect error messages by @iwannay in #43
  • Support deletes history records by @iwannay in #46
  • Fixed some critical bugs.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

Choose a tag to compare

@iwannay iwannay released this 06 Apr 02:16

Add server proactive health check logic for instances
Add an offline icon to the running status
Fix memory leak caused by Redis Stream
Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@iwannay iwannay released this 25 Mar 03:16
  • Fix the problem that the agent restart timer fails to automatically restore scheduling
  • Improved table list layout to avoid cutting off user field content
  • Add console proactive detection for inactive nodes and automatic deactivation of abnormal nodes
    Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@iwannay iwannay released this 24 Mar 00:59

What's Changed

  • Merge multiple services into a single executable file by @iwannay in #36
  • Support for tagging jobs by @iwannay in #37
  • Fix the issue of unable to update job status when a node goes offline by @iwannay in #38
  • Add job execution completion callback by @iwannay in #39
  • Support clearing execution records for job scheduling
  • Optimized translation and partial interface layout.

Full Changelog: v1.0.4...v1.1.0

v1.0.4

Choose a tag to compare

@iwannay iwannay released this 02 Mar 04:57

What's Changed

  • add Dockerfile docker-compose.yml and docker.yml by @lijc210 in #16
  • update docker deploy document by @lijc210 in #19
  • Add connection timeout detection logic for comet by @iwannay in #20
  • Change entity time fields default timezone to Local by @iwannay in #27
  • Fix timezone and duplicate ip issue by @iwannay in #30
  • add Docker Deployment to README.md by @lijc210 in #31
  • Fix the issue where the job timeout of 0 is not taking effect by @iwannay in #32

New Contributors

Full Changelog: v1.0.3...v1.0.4