Configuration with Rust Dedicated Server - scheduledTimes.json file updates not getting shown in the "Schedule" tab

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Callisto’ v2.5.1.2 (Mainline)
Virtualization Docker
Application Rust Dedicated Server
Module RustModule
Running in Container Yes
Current State Ready

Problem Description

Issue

Tried copying the scheduledTimes.json file contents from one instance to another, since I really do not want to have to setup the scheduled tasks on each new instance manually. But after copying the contents over and restarting the server and even “updating” the server, it still is not showing any scheduled tasks in the “Schedule” tab.

Reproduction Steps

  • Create new instance
  • Copy scheduledTask.json file contents from another instance to the new instance
  • Restart or stop/update/start instance
  • there should be no scheduled tasks in the “Schedule” tab

Fix found

Looks like I found a fix here, but this is convoluted as hell and could be so much more clear…

To make the instance aware of changes to the scheduleTimes.json file, do the following:
Access you instance > Support and Updates > Actions > “Restart this AMP instance”

Seems like on a regular stop/start or even a basic restart there should be a check for updates to these files. Or at the very least it needs to be made more clear that only this specific button is the only button that will actually update your instance as expected.

The actual issue is that you can’t modify an instances files while it’s running at all - stop the instance, copy files in, start it up again :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.