Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit257d456

Browse files
committed
Update Resque link to use github.com
The Resque site:http://resquework.org/ is a Page's site. But, it looks like they have a misconfiguration that is preventing their site from working. For now, we will point people to their github repo.
1 parentc2ee3f2 commit257d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/guides/best-practices-for-integrators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are three steps you can take to secure receipt of payloads delivered by Gi
2323

2424
GitHub expects that integrations respond within thirty seconds of receiving the webhook payload. If your service takes longer than that to complete, then GitHub terminates the connection and the payload is lost.
2525

26-
Since it's impossible to predict how fast your service will complete, you should do all of "the real work" in a background job.[Resque](http://resquework.org/) (for Ruby),[RQ](http://python-rq.org/) (for Python), or[RabbitMQ](http://www.rabbitmq.com/) (for Java) are examples of libraries that can handle queuing and processing of background jobs.
26+
Since it's impossible to predict how fast your service will complete, you should do all of "the real work" in a background job.[Resque](https://github.com/resque/resque/) (for Ruby),[RQ](http://python-rq.org/) (for Python), or[RabbitMQ](http://www.rabbitmq.com/) (for Java) are examples of libraries that can handle queuing and processing of background jobs.
2727

2828
Note that even with a background job running, GitHub still expects your server to respond within thirty seconds. Your server simply needs to acknowledge that it received the payload by sending some sort of response. It's critical that your service to performs any validations on a payload as soon as possible, so that you can accurately report whether your server will continue with the request or not.
2929

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp