0
0
Commit Graph

10 Commits

Author SHA1 Message Date
Claire
f75fba0531 Fix crash in tootctl commands making use of parallelization when Elasticsearch is enabled () 2023-04-04 12:39:56 +02:00
Eugen Rochko
7b0fe4aef9
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
ddabbbf5a6
Fix DB connection pool settings in CLI () 2021-03-31 17:46:17 +02:00
Eugen Rochko
4abe3be321
Change tootctl search deploy algorithm () 2020-07-14 18:10:35 +02:00
Eugen Rochko
c3ca3801f2
Add separate cache directory for non-local uploads () 2020-04-26 23:29:08 +02:00
Eugen Rochko
6c9b4f6b77
Fix tootctl not allocating enough database connections for main thread () 2019-10-07 05:05:02 +02:00
Eugen Rochko
38b6c34e32
Fix issues with tootctl's parallelization and progress reporting () 2019-10-07 04:24:05 +02:00
Eugen Rochko
8674814825
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
47ea318479
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
b378b4c5c7
Add CLI interface for importing custom emoji ()
bin/tootctl emoji import PATH_TO_TAR

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