-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Do not check in serverless_function.py which is generated by poncho_package_serverize * Split out functions for send/recv message. * Use send_message for sending responses. * Only encode to utf-8 in one place. * Increase invocation line to 4KB just in case. * - Use rpipe and wpipe for pipe FDs. - Create rpipestream and wpipestream for buffered I/O. * json.dumps * use binary mode for string, just convert data portion * Run on Darwin * Fix up stream types correctly. * Fix up handling of coprocess invocation in several ways: - Consistent handling of timeouts with seconds. - Fixed gonzo bug in work_queue_process_write_link that sent duplicate data. - Failure to connect or invoke now results in task failure instead of worker failure. * Only write output if it was returned. * format * Make coprocess resource errors a notice. (This was the silent error on osx.) * Go back to skip on osx. * format * Increase resource consumption for remotetask test. * Spelling * Listen on any port for greater flexibility.
- Loading branch information
Showing
9 changed files
with
165 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.