Created
April 25, 2011 14:55
-
-
Save a-chernykh/940621 to your computer and use it in GitHub Desktop.
Cancel all zencoder jobs
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
# jobs deletion has been permanently disabled by Zencoder | |
Zencoder::Job.list.body.map {|j| Zencoder::Job.cancel(j['job']['id'].to_i)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment