implement stripe and idenfy webhooks support
This commit is contained in:
@@ -14,7 +14,7 @@ use tokio::time::{sleep, Duration};
|
||||
const EXAMPLE_SERVER_PORT: u16 = 8089; // Using a specific port for this example
|
||||
const WS_URL: &str = "ws://127.0.0.1:8089/ws";
|
||||
const CIRCLE_NAME_FOR_EXAMPLE: &str = "timeout_example_circle";
|
||||
const CIRCLE_SERVER_WS_BIN_NAME: &str = "server_ws";
|
||||
const CIRCLE_SERVER_WS_BIN_NAME: &str = "server";
|
||||
const SCRIPT_TIMEOUT_SECONDS: u64 = 30; // This is the server-side timeout we expect to hit
|
||||
|
||||
// RAII guard for cleaning up child processes
|
||||
|
||||
Reference in New Issue
Block a user