issues
search
joakimk
/
toniq
Simple and reliable background job processing library for Elixir.
http://toniq.elixir.pm/
340
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replace `uuid` by `elixir_uuid`
#53
johantell
closed
6 years ago
1
replace uuid with elixir_uuid as it was renamed
#52
manukall
closed
7 months ago
1
Feature/adapter
#51
oscarolbe
closed
6 years ago
0
Occasional crash on server upgrade
#50
timsu
opened
6 years ago
0
Create %Toniq.Job{} struct instead using a map
#49
oscarolbe
opened
6 years ago
0
Guarantees around enqueuing
#48
jclem
closed
6 years ago
3
Add a simple Admin UI
#47
joebew42
opened
6 years ago
9
Add optional `handle_error` function to Toniq.Worker module
#46
davecummings
opened
7 years ago
0
Add optional error handling logic to the Toniq.Worker module
#45
davecummings
closed
7 years ago
0
Toniq.list_pending_jobs
#44
Grafikart
opened
7 years ago
1
Configurable log level?
#43
kruszczynski
opened
7 years ago
0
update exredis version in docs
#42
imogenkinsman
closed
6 years ago
1
Fix JobProcess crash caused by non-string errors
#41
safwank
closed
7 years ago
3
Unique jobs ?
#40
lephyrius
opened
7 years ago
1
Toniq.JobImporter should gracefully restart on redis issues
#39
mspanc
opened
7 years ago
1
clauses for the same def should be grouped together
#38
mspanc
closed
7 years ago
2
Do not use deprecated :erlang.now/0
#37
mspanc
opened
7 years ago
2
Fix unsafe variables
#36
mspanc
opened
7 years ago
0
warning: clauses for the same def should be grouped together
#35
mspanc
closed
7 years ago
0
Fix Elixir 1.4 missing paren warnings
#34
aaronjensen
closed
7 years ago
3
[WIP] Feature/redix port
#33
seivan
closed
7 years ago
4
Large collection of jobs throw an exception
#32
seivan
opened
7 years ago
1
Fix compiler warnings and minor simplification of DelayedJobTracker
#31
safwank
closed
7 years ago
2
How to pipe to more than one worker?
#30
ngw
opened
7 years ago
0
How do I tie in an error tracker?
#29
aaronjensen
opened
7 years ago
7
Introduce the concept of delayed jobs
#28
safwank
closed
7 years ago
4
Enqueuing an invalid job seems to restart forever
#27
joakimk
opened
8 years ago
0
Add exredis application
#26
rodrigues
closed
8 years ago
1
Add stacktrace to job error log message
#25
rodrigues
closed
8 years ago
1
Update README to include exredis as an explicit dependency
#24
safwank
closed
8 years ago
1
Replace deprecated :erlang.now/0
#23
rodrigues
closed
8 years ago
0
add exredis and uuid to applications list
#22
manukall
closed
8 years ago
4
use erlang's queue data-structure for mantaining pending jobs, instead of list
#21
nimish-mehta
closed
8 years ago
3
Job Priority
#20
tlvenn
opened
8 years ago
3
UUID Incompatibility?
#19
Rodeoclash
closed
8 years ago
2
Extension points for different backends?
#18
IljaN
opened
8 years ago
2
Big memory consumption when tasks are slow to be consumed
#17
kpanic
opened
8 years ago
18
To make it work with exrm
#16
blisscs
closed
8 years ago
9
Issue with using exrm.
#15
blisscs
closed
8 years ago
2
Fix compiler warning about piping a function call without parens
#14
keichan34
closed
8 years ago
2
Keep mix task running until the contents of the queue is empty?
#13
aphillipo
closed
8 years ago
1
Handle Redis unavailability
#12
maxmouchet
closed
8 years ago
2
EXRM Production Release Causes Error That Prevents App From Starting
#11
andrewcottage
closed
8 years ago
3
Use externally managed redis connection like poolboy
#10
lafka
closed
8 years ago
8
Allow ets/dets as backends in place of redis
#9
OldhamMade
opened
8 years ago
5
Documention
#8
benwilson512
closed
8 years ago
1
Minor quibble with Readme
#7
benwilson512
opened
8 years ago
1
Could not start application toniq: Toniq.start(:normal, [])
#6
edwinvdgraaf
closed
8 years ago
1
Why use redis to persist data instead of already available ets?
#5
shankardevy
closed
8 years ago
2
Add support for R17
#4
lafka
closed
9 years ago
1
Next