Skip to content

Commit c1eb40f

Browse files
committed
2 parents 244fb6d + 2edb45f commit c1eb40f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QueryPush 🫸
1+
# QueryPush 🛢⚡🌐
22

33
Cross-platform database query scheduler that executes cron-based queries and sends results to HTTP endpoints with comprehensive retry logic, alerting, and state management.
44

@@ -138,7 +138,7 @@ QueryPush uses `appsettings.json` for all configuration. Below is a comprehensiv
138138
| `queries[].database` | string || | Reference to database name |
139139
| `queries[].endpoint` | string || | Reference to endpoint name |
140140
| `queries[].enabled` | boolean | | `true` | Enable/disable query |
141-
| `queries[].runOnStartup` | boolean | | `true` | Execute immediately if never run |
141+
| `queries[].runOnStartup` | boolean | | `true` | Execute immediately on startup |
142142
| `queries[].timeoutSeconds` | integer | | `30` | Query timeout (1-3600) |
143143
| `queries[].maxRows` | integer | | `int.MaxValue` | Maximum rows to process (1-∞) |
144144
| `queries[].payloadFormat` | enum | | `JsonArray` | Data format: `JsonArray`, `JsonLines` |

0 commit comments

Comments
 (0)