Page MenuHomePhabricator

Add "--background" and "--count" flags to "bin/webhook call"
ClosedPublic

Authored by epriestley on Jun 26 2020, 12:49 AM.
Tags
None
Referenced Files
F13142148: D21368.diff
Fri, May 3, 5:43 AM
F13141337: D21368.id50859.diff
Fri, May 3, 4:32 AM
Unknown Object (File)
Thu, Apr 25, 12:56 AM
Unknown Object (File)
Fri, Apr 19, 8:18 PM
Unknown Object (File)
Thu, Apr 11, 8:42 AM
Unknown Object (File)
Apr 1 2024, 6:10 AM
Unknown Object (File)
Mar 30 2024, 3:21 PM
Unknown Object (File)
Mar 28 2024, 5:43 AM
Subscribers
None

Details

Summary

See PHI1794, which reports an issue where a large number of queued webhook calls led to connection exhaustion. To make this easier to reproduce and test, add "--count" and "--background" flags to "bin/webhook call".

This primarily supports "bin/webook call ... --background --count 10000" to quickly fill the queue with a bunch of calls.

Test Plan

Ran bin/webhook call in foreground and background modes, with and without counts. Saw appropriate console and queue behavior.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable