Skip to content

Mainnet-tasks

Latest
Compare
Choose a tag to compare
@Normalnoise Normalnoise released this 17 Jan 08:22
· 49 commits to main since this release
5a0cff1

This is the optional update for the Swan Mainnet. This version includes task-related optimization updates, which makes it easier to view the status of all tasks and accurately calculate the success rate. The log of the application running is retained to review the status of the application

We highly encourage all users to upgrade to v1.0.2 for

Improvement & bugfix

  • Fix the status of mining task in the task list (#201)
  • Show the rejected tasks in the task list (#201)
  • Retain the container log in the $CP_REPO/logs, and cp can control the cleanup period by configuring it at $CP_REPO/config.toml: (#201)
[API]
ClearLogDuration = 24  # Delete logs at intervals after the job is finished, the unit is hours

Full Changelog: v1.0.1...v1.0.2