Jean-Robin
Jean-Robin
**Description** Can a user submit the scenario (or a sequence) multiple times, even when the previous one still needs to be completed? **Acceptance Criteria** - [ ] Ensure new code...
The application should submit a lot of tasks in a distributed remote environment. [distributed-taipy-core-sales-main.zip](https://github.com/Avaiga/taipy-enterprise/files/13921765/distributed-taipy-core-sales-main.zip)
- Support changing port and host from Config (maybe a new Rest section) and CLI - Support Https servers
- Add deployment scripts to templates for docker deployment and helm deployment - Make the script generation optional through a user question
**Description** Here is an example of the logs generated by running a core service, executing two tasks and stopping the service. ``` [2024-02-07 10:27:44][Taipy][INFO] Start job dispatcher... [2024-02-07 10:27:48][Taipy][INFO] job...
The Coverage step on the overall test GitHub workflow is failing with the following error: ``` HttpError: Resource not accessible by integration ``` This is very recent and systematic. This...
Move `dispatched_processes` and `nb_of_available_workers` This is in preparation of a better subprocess pid management proposal.
### Description When calling a tp.get_scenarios or tp.get_masters, the user should be able to provide an optional field for sorting the scenarios. The sort should be increasing or decreasing. The...
**Description** The design of sub-packages has some issues regarding the logger and the CLI. We need to discuss how to improve it. **Acceptance Criteria** - [x] Set up a meeting...
**Description** The backup mechanism was implemented for taipy cloud. It is no longer necessary since the `/.data` folder split into `/.taipy` and `/user_data`. This issue aims to remove the backup...