Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pikatasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
django
pikatasks
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
2
master
default
protected
pika_master_fix
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
22
Nov
17
22
May
21
13
30
Apr
29
Mar
5
Dec
31
Aug
27
22
21
12
Jul
4
25
Jun
11
May
15
Mar
12
9
20
Feb
5
2
7
Nov
26
Oct
25
23
20
19
10
Add delay when respawning dead minions
master
master
Change logging level of task raising an exception
Return back multiline exception logging
Minor tweaks
Add worker_start_with_autoreload(). Woo-fucking-Hoo!
Improve the CONN_MAX_AGE check
Rename method to work with update pika
Pika 1.0 support. Plus better task autodiscover and other tweaks.
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Fix serialization of datetime objects
If autodiscovery fails on an app that has 'tasks' in his name - warning
Adjust default patience threshold of the hypothetical user
Add bytes support to serialization
Make datetime_to_str work on Python 3.5
Separate serialization from encoding
Improve serialization, split utils and serialization modules
Add working timezone support for datetime serialization
Many small improvements, that should not affect functionality
Make more sense of timings, plus some little refactoring
Remove pip magic since it isn't public API
Add autodiscover_tasks to avoid kilometers of manual imports
Tons of changes made throughout months...
Do not install from git directly here... :/
Properly install from git in setup.py
Fixes typo in requirements.txt
SSL Settings are no longer a dictionary
Pin pike itself to the current master commit until 1.0 gets released
Breaking changes in pika master branch again.
pika_master_fix
pika_master_fix
Log additional exception info into debug (RPCError exceptions must be expected)
Add pika 1.0.0b1 compatibility
Add trace in case of execption was raised in rpc
Be verbose in error log if client breaks
Change name parameter to avoid naming clashes
Make parts of SSL_CONF preconfigured
Task subprocesses now stop gracefully when parent process disappears.
Update README.md and the default broker port setting.
Loading