Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Unix-like SIGHUP Reload for UiPath Config Settings #2

Open
8 tasks
cprima opened this issue Oct 11, 2024 · 0 comments · Fixed by #1
Open
8 tasks

Implement Unix-like SIGHUP Reload for UiPath Config Settings #2

cprima opened this issue Oct 11, 2024 · 0 comments · Fixed by #1
Assignees
Labels
enhancement New feature or request

Comments

@cprima
Copy link
Contributor

cprima commented Oct 11, 2024

Description

Implement a Unix-like SIGHUP reload mechanism in a UiPath project to dynamically reload configuration settings without stopping the running process. This feature will allow users to update configuration files and have the changes reflected in the workflow without restarting the UiPath robot.

Acceptance Criteria

  • The robot can detect a signal for changes to the configuration file without requiring a job restart.
  • The robot reloads configuration settings when triggered by an asset.
  • No interruption or downtime in the robot’s task execution during the reload process.

Subtasks

  • Implement asset for configuration changes.
  • Develop logic to reload the configuration dynamically.
  • Create a test case to verify correct behavior on config reload.
  • Write documentation
  • write publications

Related Issues / Dependencies

  • Related to: tbd
  • Depends on: tbd
@cprima cprima added the enhancement New feature or request label Oct 11, 2024
@cprima cprima self-assigned this Oct 11, 2024
@cprima cprima moved this to Todo in rpapub 2024-25 Oct 11, 2024
@cprima cprima linked a pull request Oct 11, 2024 that will close this issue
@cprima cprima moved this from Todo to In progress in rpapub 2024-25 Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant