https://github.com/netlogix/netlogix.cli.increasedatabasetimeout
Flow package to configure database timeout for commands individually
https://github.com/netlogix/netlogix.cli.increasedatabasetimeout
cli database flow
Last synced: about 2 months ago
JSON representation
Flow package to configure database timeout for commands individually
- Host: GitHub
- URL: https://github.com/netlogix/netlogix.cli.increasedatabasetimeout
- Owner: netlogix
- License: mit
- Created: 2022-09-23T08:19:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T14:44:49.000Z (3 months ago)
- Last Synced: 2025-03-23T09:50:02.926Z (2 months ago)
- Topics: cli, database, flow
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netlogix.Cli.IncreaseDatabaseTimeout
This package adds an aspect for the CommandController that allows to configure the database timeout for each command individually.
## Installation
```bash
composer require netlogix/cli-increasedatabasetimeout
```## Usage
You can define timeouts per Flow command:
```yaml
Netlogix:
Cli:
IncreaseDatabaseTimeout:
timeouts:
'resource:publish': 3600
```