An open API service indexing awesome lists of open source software.

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

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
```