namespaced gists
This commit is contained in:
@@ -3,7 +3,7 @@ title: Terminating Gearman Workers in PHP
|
|||||||
layout: post
|
layout: post
|
||||||
tags: deploy gearman pcntl php
|
tags: deploy gearman pcntl php
|
||||||
description: Locally and remotely stopping workers without interrupting jobs.
|
description: Locally and remotely stopping workers without interrupting jobs.
|
||||||
code: https://gist.github.com/4531728
|
code: https://gist.github.com/dpb587/4531728
|
||||||
---
|
---
|
||||||
|
|
||||||
I use [Gearman][1] as a queue/job server. An application gives it a job to do, and Gearman passes the job along to a
|
I use [Gearman][1] as a queue/job server. An application gives it a job to do, and Gearman passes the job along to a
|
||||||
@@ -142,9 +142,9 @@ complex possibilities could be self-performing updates, lighter config reloads (
|
|||||||
dynamically registering/unregistering functions depending on application load.
|
dynamically registering/unregistering functions depending on application load.
|
||||||
|
|
||||||
|
|
||||||
[gist]: https://gist.github.com/4531728
|
[gist]: https://gist.github.com/dpb587/4531728
|
||||||
[gist-terminate.php]: https://gist.github.com/4531728#file-terminate-php
|
[gist-terminate.php]: https://gist.github.com/dpb587/4531728#file-terminate-php
|
||||||
[gist-worker.php]: https://gist.github.com/4531728#file-worker-php
|
[gist-worker.php]: https://gist.github.com/dpb587/4531728#file-worker-php
|
||||||
|
|
||||||
[1]: http://gearman.org/
|
[1]: http://gearman.org/
|
||||||
[2]: http://php.net/manual/en/book.gearman.php
|
[2]: http://php.net/manual/en/book.gearman.php
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ title: Scripting Endicia to Purchase Postage
|
|||||||
layout: post
|
layout: post
|
||||||
tags: applescript endicia loopy
|
tags: applescript endicia loopy
|
||||||
description: Automating user interactions with AppleScript.
|
description: Automating user interactions with AppleScript.
|
||||||
code: https://gist.github.com/4660132
|
code: https://gist.github.com/dpb587/4660132
|
||||||
---
|
---
|
||||||
|
|
||||||
We currently use [Endicia for Mac][1] for postage processing at Loopy. We rarely use the UI since I've scripted most of
|
We currently use [Endicia for Mac][1] for postage processing at Loopy. We rarely use the UI since I've scripted most of
|
||||||
@@ -36,4 +36,4 @@ valuable timesaver for us.
|
|||||||
[1]: http://www.dymoendicia.com/segments/all-products/endicia-for-mac
|
[1]: http://www.dymoendicia.com/segments/all-products/endicia-for-mac
|
||||||
[2]: https://developer.apple.com/library/mac/#documentation/applescript/conceptual/applescriptx/Concepts/as_related_apps.html#//apple_ref/doc/uid/TP40001570-1149074-BAJEIHJA
|
[2]: https://developer.apple.com/library/mac/#documentation/applescript/conceptual/applescriptx/Concepts/as_related_apps.html#//apple_ref/doc/uid/TP40001570-1149074-BAJEIHJA
|
||||||
[3]: http://www.dymoendicia.com/
|
[3]: http://www.dymoendicia.com/
|
||||||
[4]: https://gist.github.com/4660132#file-endicia-purchase-postage-applescript
|
[4]: https://gist.github.com/dpb587/4660132#file-endicia-purchase-postage-applescript
|
||||||
|
|||||||
Reference in New Issue
Block a user