Commit graph

9 commits

Author SHA1 Message Date
Eugen Rochko
a8e694233c Fix opening and closing Redis connections instead of using a pool ()
* Fix opening and closing Redis connections instead of using a pool

* Fix Redis connections not being returned to the pool in CLI commands
2022-04-29 22:43:07 +02:00
abcang
57d0cb0002 Fix DB connection pool settings in CLI () 2021-03-31 17:46:17 +02:00
Eugen Rochko
09caf7e22e Change tootctl search deploy algorithm () 2020-07-14 18:10:35 +02:00
Eugen Rochko
adfb22a9dd Add separate cache directory for non-local uploads () 2020-04-26 23:29:08 +02:00
Eugen Rochko
7e13c7c710 Fix tootctl not allocating enough database connections for main thread () 2019-10-07 05:05:02 +02:00
Eugen Rochko
17c2205247 Fix issues with tootctl's parallelization and progress reporting () 2019-10-07 04:24:05 +02:00
Eugen Rochko
666c1a8a06 Change tootctl to use inline parallelization instead of Sidekiq ()
- Remove --background option
- Add --concurrency(=5) option
- Add progress bars
2019-09-10 13:48:48 +02:00
Eugen Rochko
2aee3c9f23 tootctl accounts [add|del|cull] ()
* CLI interface for creating/deleting local users

- tootctl accounts add USERNAME
- tootctl accounts del USERNAME

* Add CLI interface for culling remote users that no longer exist

- tootctl accounts cull
2018-09-09 13:33:36 +02:00
Eugen Rochko
7271a40d09 Add CLI interface for importing custom emoji ()
bin/tootctl emoji import PATH_TO_TAR

Fix 
2018-08-26 16:53:06 +02:00