Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/taskiq-python/taskiq

Distributed task queue with full async support
https://github.com/taskiq-python/taskiq

Merge branch 'release/0.0.5'

59b1eaa7e1a3085a9607120d7405fff793a36514 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added method to force custom task_id.

Signed-off-by: Pavel Kirilin <[email protected]>

b1aabeb074998353237f498ce5723b69fb4b7bf1 authored over 2 years ago by Pavel Kirilin <[email protected]>
Updated middlewares. Now we only call method if it were overriden.

Signed-off-by: Pavel Kirilin <[email protected]>

e22e7d1d22e74b0e7605e1b9d8c6fb46d7919f17 authored over 2 years ago by Pavel Kirilin <[email protected]>
Fixed message updates in retry middleware. (#32)

Before this patch retry middleware
was updating actual taskiq message that were passed
to the ...

ed3c789b145bf32976ddab0bd049bf48d5ab23ac authored over 2 years ago by Pavel Kirilin <[email protected]>
Version bumped to 0.0.5.

Signed-off-by: Pavel Kirilin <[email protected]>

b79975adc77b84e8c336987ba29f89c5af234345 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge tag '0.0.4' into develop

0.0.4

e07a53177660fe5b9e141e4ec81e7c8e1edeb6d7 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge branch 'release/0.0.4'

Signed-off-by: Pavel Kirilin <[email protected]>

4e956c16af93996d2fe0844ff89e58003c68b2cd authored over 2 years ago by Pavel Kirilin <[email protected]>
Description updated. (#31)

Signed-off-by: Pavel Kirilin <[email protected]>

c81f43de9b9998bcdd0284802eb07ac602e5731e authored over 2 years ago by Pavel Kirilin <[email protected]>
Fixed reload atomicity. (#30)

At some point the reload process
could get invalid index error.

Signed-off-by: Pavel Kirilin...

9a18d42d20a852499a2ed96e088632bd2cc8d446 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added reload parameter. (#29)

Signed-off-by: Pavel Kirilin <[email protected]>

ed8826eccbc1774f700b77d974e7af06ef920276 authored over 2 years ago by Pavel Kirilin <[email protected]>
Version bumped to 0.0.4.

Signed-off-by: Pavel Kirilin <[email protected]>

3d455878f6ba36187455bc60e1afc3fe71ad748d authored over 2 years ago by Pavel Kirilin <[email protected]>
Updated classifiers.

Signed-off-by: Pavel Kirilin <[email protected]>

86eba83aadf7470ae886376abe0ca3e4525a66a8 authored over 2 years ago by Pavel Kirilin <[email protected]>
Version bumped to 0.0.3.

Signed-off-by: Pavel Kirilin <[email protected]>

dfe35e1d7bbdbffb87171bc18407000cefd7c65f authored over 2 years ago by Pavel Kirilin <[email protected]>
Version bumped to 0.0.3.

Signed-off-by: Pavel Kirilin <[email protected]>

739f227caf137a5651b2951ad542008b43532226 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge tag '0.0.3' into develop

0.0.3

a708d91ba9f3200b73346800e9105950a14b11d0 authored over 2 years ago by Pavel Kirilin <[email protected]>
Fixed name resolving for some cases. (#27)

Signed-off-by: Pavel Kirilin <[email protected]>

eeac5769651b78406a9b3cdf435c4e7b16aa9749 authored over 2 years ago by Pavel Kirilin <[email protected]>
Removed redundant except clause.

Signed-off-by: Pavel Kirilin <[email protected]>

b77d3a6bf2caa8f64a1b212d2a0b61b234cd11f4 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge tag '0.0.2' into develop

0.0.2

4f0e0a0f94c991d12644a98bcab2a8e1e1c9c481 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge branch 'release/0.0.2'

316adbd657ddd4b10d61a081499d9071a19552d5 authored over 2 years ago by Pavel Kirilin <[email protected]>
Bugfix/interrupts (#26)

* Fixed keyboardinterrupt handling.

Signed-off-by: Pavel Kirilin <[email protected]>

66209c01c8f8841de05256435659f272700f498d authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge pull request #25 from taskiq-python/feature/zmq

Added ZeroMQ broker, fixed multiprocessing.

66623fed6d1c3f8cf769a7f683450f84dec29c79 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added ZeroMQ broker.

Signed-off-by: Pavel Kirilin <[email protected]>

2aeb77a81d8961929ce3f195edb3ba88dbc38350 authored over 2 years ago by Pavel Kirilin <[email protected]>
Version bumped to 0.0.2.

Signed-off-by: Pavel Kirilin <[email protected]>

7830ce47f6d13ff2b91bf3cfb4f70b3408ccb980 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added README.md.

Signed-off-by: Pavel Kirilin <[email protected]>

b64e8ff8d6d9d393364dd6d848cfb7a2b900d328 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added sync methods.

Signed-off-by: Pavel Kirilin <[email protected]>

fff31a55b6211dc47ed204dba40af678c2ff8ffc authored over 2 years ago by Pavel Kirilin <[email protected]>
Fixed retry middleware. Added logs and parent labels.

Signed-off-by: Pavel Kirilin <[email protected]>

e9c68577a55d31af5aee1cd17a89e6fcca5792cc authored over 2 years ago by Pavel Kirilin <[email protected]>
Hotfix for taskiqMessage task_id.

Signed-off-by: Pavel Kirilin <[email protected]>

671546e0efeeb7bf16f1a1350d9ba7d6a49fdcb0 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge pull request #23 from taskiq-python/feature/retries

Feature/retries

c08d06e1aaefbfe3b4ca9a403ed9be7f9eced7fb authored over 2 years ago by Pavel Kirilin <[email protected]>
Added simples retries logic.

Signed-off-by: Pavel Kirilin <[email protected]>

0a7c5956fef8957a1052d2f1aca58fcb26759a6d authored over 2 years ago by Pavel Kirilin <[email protected]>
Added on_error hook in middleware.

Signed-off-by: Pavel Kirilin <[email protected]>

7b6609b080f474cb2a4513bd8426258c0efed899 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added better file discovering.

Signed-off-by: Pavel Kirilin <[email protected]>

c72a62b81d3a0a79563ee82361319d1e18a2e75c authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge pull request #19 from taskiq-python/feature/releases

Package updated to be ready to be published on pypi.

a0cac634c027a162d2a60e38942926560fa797d2 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge pull request #21 from taskiq-python/windows-fix

Fixed worker process for windows.

3f069ef19c84656820a4ab3950ef2450e6dc25e8 authored over 2 years ago by Pavel Kirilin <[email protected]>
Fixed worker process for windows.

Signed-off-by: Pavel Kirilin <[email protected]>

89e8d643782066275cb9b7f9be53c4edf5738506 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added matrix in testing workflow.

Signed-off-by: Pavel Kirilin <[email protected]>

1241545f60a97f28b1a90e6dde85529996704d4b authored over 2 years ago by Pavel Kirilin <[email protected]>
Package updated to be ready to be published on pypi.

Signed-off-by: Pavel Kirilin <[email protected]>

48615c2ac931c2e5e46cfc0f0e03b7203367894c authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge pull request #18 from taskiq-python/feature/plugins

Plugin system.

8eb785068766b8ad78dc4b5412758fd5e8d848d3 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added middlewares.

Signed-off-by: Pavel Kirilin <[email protected]>

4c008df749395086f8b629f147423256fcc1abf4 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added custom formatters. Fixed mypy.

Signed-off-by: Pavel Kirilin <[email protected]>

b124c0631c2976284d07d811fb42046c55244b5c authored over 2 years ago by Pavel Kirilin <[email protected]>
Added broker for shared tasks.

Signed-off-by: Pavel Kirilin <[email protected]>

17c2332022d6ffb32e3fe8c1ad20d8876f2628c0 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge pull request #16 from taskiq-python/issue-13

Add errors

25dd38aefc587787fbf83201ef49f0cbb8f781d0 authored over 2 years ago by Pavel Kirilin <[email protected]>
Review

c28efb71a50a540f4580578271f8e3632ce26878 authored over 2 years ago by Aleksandr <[email protected]>
Changes since structure changed

4aa1c0e8f1d201bc91e6ca9d40406fd76e21b23c authored over 2 years ago by Aleksandr <[email protected]>
Merge pull request #17 from taskiq-python/feature/refactoring

Refactored code a little bit.

e1c8374b5c3ab6aaed216acf3f82b9dcf1fc8a4a authored over 2 years ago by Pavel Kirilin <[email protected]>
Refactored code a little bit.

Signed-off-by: Pavel Kirilin <[email protected]>

ec5063e30d4ecdda3806b19f64905ee8e576a240 authored over 2 years ago by Pavel Kirilin <[email protected]>
Fixed function getter.

Signed-off-by: Pavel Kirilin <[email protected]>

64440daeb3129e505a4f6ca0279d3276868a5d0b authored over 2 years ago by Pavel Kirilin <[email protected]>
All imported tasks are now available for brokers.

Signed-off-by: Pavel Kirilin <[email protected]>

475dd185e13ccb4bf859a0ff131b4228afdd0d63 authored over 2 years ago by Pavel Kirilin <[email protected]>
Updated pyproject.toml.

Signed-off-by: Pavel Kirilin <[email protected]>

4fe5e48897255ee3cbffa7962cd54e3d0b2a8690 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge pull request #15 from taskiq-python/feature/inmemory-broker

Added inmemory broker.

4728274dec47d1c9c361520923bbd71ac98f9d55 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added inmemory broker.

Signed-off-by: Pavel Kirilin <[email protected]>

5e88008144ff019b778bcadf4c7534268a3a5377 authored over 2 years ago by Pavel Kirilin <[email protected]>
Merge pull request #14 from taskiq-python/feature/pydantic-result

Taskiq result is now a generic model.

030c0b5eb41846fdabd7df05960a665ae75026be authored over 2 years ago by Pavel Kirilin <[email protected]>
Taskiq result is now a generic model.

Signed-off-by: Pavel Kirilin <[email protected]>

73b99054b25ed5c5ec2745a2316e7892615f826d authored over 2 years ago by Pavel Kirilin <[email protected]>
Added kicker object.

Signed-off-by: Pavel Kirilin <[email protected]>

052ddb4fff1d0e7d116281613f68645e5a557e2b authored over 2 years ago by Pavel Kirilin <[email protected]>
Refactored worker a bit.

Signed-off-by: Pavel Kirilin <[email protected]>

b50f70b518b7fb7d6e8164596072b00dfb846da7 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added automatic worker restarts.

Signed-off-by: Pavel Kirilin <[email protected]>

7825e8a2ef80693c22e6cbedf70f490f541004f1 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added shutdown and startup events.

Signed-off-by: Pavel Kirilin <[email protected]>

9004b022e5f7c2ba19a0ccd88eeb66b4a3868e88 authored over 2 years ago by Pavel Kirilin <[email protected]>
Removed unused files.

Signed-off-by: Pavel Kirilin <[email protected]>

7db2e2fcc3f3cf2b2618831cc1dcf6142a0b2e46 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added argument parsing.

Signed-off-by: Pavel Kirilin <[email protected]>

2f93348d888ddfc901bdf3d01cfa4bee15f17693 authored over 2 years ago by Pavel Kirilin <[email protected]>
Added worker, updated interfaces.

Signed-off-by: Pavel Kirilin <[email protected]>

d8244bcc02b1d67256cab852fc831cab0dda9a5e authored over 2 years ago by Pavel Kirilin <[email protected]>
Added initial broker and resultbackend.

Signed-off-by: Pavel Kirilin <[email protected]>

7ee67e6707087ef3ce6a0497ec2b84cb96ce66b4 authored over 2 years ago by Pavel Kirilin <[email protected]>
Initial commit.

Signed-off-by: Pavel Kirilin <[email protected]>

7979f2d9218305334c2d123909f53e3dceccf536 authored over 2 years ago by Pavel Kirilin <[email protected]>