Skip to content

Update master from main repo.#5

Open
ghost wants to merge 595 commits intorobertkluin:masterfrom
Workiva:master
Open

Update master from main repo.#5
ghost wants to merge 595 commits intorobertkluin:masterfrom
Workiva:master

Conversation

@ghost
Copy link

@ghost ghost commented Jan 17, 2013

No description provided.

tannermiller-wf and others added 30 commits August 13, 2013 15:58
Move an import and re-add a TODO note.
When using AutoContext, a custom batch_size can be set.
Force the custom batch_size to always be less than 100 since
that is the max that can be added to an app engine taskqueue at a time.
Ensure task batches are not greater than 100
Exclude example directory from setup
Tasks with other urls are ignored, and not run.
In test, only tasks with async urls are run.
Missing logging import statement in queues.py test_stub
Update version to 0.9.4 in setu.py
…st_runner

* 'master' of github.com:WebFilings/furious:
  Update setup.py to 0.9.4
  missing logging import for queues.py
  _execute_task unit test for non async url
  In test, only tasks with async urls are run.
  Update setup.py to 0.9.2
  Updating doc strings and minor test change.
  New function in queues.py for running tasks in queues randomly.  Includes unit tests for new functions.
The run_queue API now takes in non_furious_url_prefixes and a
non_furious_hanlder to run any of the non furious tasks that are found from the
urls.
infosec-wf and others added 30 commits October 12, 2016 19:05
Update the .travis.yml based off an example from google. This should
allow us to stay on latest the latest GAE SDK.
Update the travis configuration
* master: (132 commits)
  Add teh fetch_gae_sdk script
  Update the travis configuration
  Update the _pkg_meta to 1.6.0
  In the run_job function, trigger the error handler for exceptions that inherit from BaseException (such as google.appengine.runtime.DeadlineExceededError) instead of Exception
  Fix tests using non-existent Mock method.
  Some README cleanups.
  Async subclasses can now decorate their target functions
  Update the version to 1.5.0 to prepare for next release
  encode / decode _process_results
  @defaults decorator has moved; update docs.
  Update examples to have the correct furious handler
  Update processors.py
  Update the version to 1.4.0 for the latest release
  Update Webfilings info to Workiva
  changed all the tests to use _queue
  changed _furious to _queue
  changed /_ah/queue/async to /_furious/async
  Add info needed to add Furious to the public pypi
  insert_tasks_ingore_duplicate_names - No need to catch DuplicateTaskNameError on retry of individual task. The potential exception, TaskAlreadyExistsError, is already handled by _insert_tasks.
  insert_tasks_ignore_duplicate_names - cleanup imports in test_insert_task_handlers.py, and correct extra/missing blank lines
  ...
HY-4578 Warn about arguments needing to be json-serializable
RED-5091 - Adding pypi publish workflow
RED-5091 - Fixing github action syntax
Doing this import at the top-level is causing some consumers' tests to have a bad time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.