Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apalis-dev/apalis-board
/ functions
Functions
177 in github.com/apalis-dev/apalis-board
⨍
Functions
177
◇
Types & classes
42
Method
get_tasks
Get tasks for a specific queue.
crates/api/src/framework/actix.rs:32
Function
get_workers
Get workers for a specific queue.
crates/api/src/lib.rs:78
Function
get_workers
Fetch all workers from the backend storage.
crates/api/src/framework/axum.rs:104
Method
get_workers
Get workers for a specific queue.
crates/api/src/framework/actix.rs:69
Method
into_response
(self)
crates/api/src/framework/axum.rs:43
Method
loading_cell
(&self, _row_index: usize, _col_index: usize, prop_class: &str)
crates/web/src/components/tailwind.rs:46
Method
loading_cell_inner
(&self, row_index: usize, _col_index: usize, prop_class: &str)
crates/web/src/components/tailwind.rs:50
Function
log_level_button_color
(level: &LogLevel)
crates/web/src/pages/tasks/single.rs:425
Function
log_level_color
(level: &LogLevel)
crates/web/src/pages/tasks/single.rs:405
Function
log_level_symbol
(level: &LogLevel)
crates/web/src/pages/tasks/single.rs:415
Function
logs_icon
()
crates/web/src/components/sidebar.rs:376
Function
main
()
examples/actix-ntfy-service/src/main.rs:25
Function
main
()
examples/axum-email-service/src/main.rs:82
Function
main
()
crates/web/src/main.rs:48
Method
make_writer
(&self)
crates/api/src/sse/subscriber.rs:56
Method
new
Create a new ApiBuilder with default settings
crates/api/src/framework/mod.rs:26
Method
new
()
crates/api/src/ui/mod.rs:13
Method
new
()
crates/api/src/sse/broadcaster.rs:28
Method
new
Create a new `TracingSubscriber` from a broadcaster reference.
crates/api/src/sse/subscriber.rs:19
Method
new
()
crates/web/src/components/tailwind.rs:7
Method
new
()
crates/web/src/pages/queues/provider.rs:14
Method
new
(queue: Signal<String>)
crates/web/src/pages/workers/provider.rs:19
Method
new
(queue: String)
crates/web/src/pages/tasks/provider.rs:21
Function
new_client
Create a new SSE client and register it with the broadcaster.
crates/api/src/framework/axum.rs:353
Function
new_client
Create a new SSE client connection.
crates/api/src/framework/actix.rs:323
Method
new_inner
(broadcaster: TracingBroadcaster)
crates/api/src/sse/subscriber.rs:27
Method
new_with_router
Create a new ApiBuilder with a custom scope If `register_root` is true, the root routes (/queues, /tasks, /workers, /overview) will be registered on t
crates/api/src/framework/mod.rs:32
Method
new_with_status
(queue: String, status: Status)
crates/web/src/pages/tasks/provider.rs:29
Function
overview
Get an overview of statistics.
crates/api/src/lib.rs:166
Function
overview
Get an overview of statistics across all queues.
crates/api/src/framework/axum.rs:210
Function
overview
()
crates/web/src/pages/home/mod.rs:28
Method
overview
Get an overview of statistics.
crates/api/src/framework/actix.rs:173
Function
overview_icon
Icon functions
crates/web/src/components/sidebar.rs:261
Method
parse_capability
(name: &str)
crates/web/src/pages/workers/capability.rs:121
Method
poll_next
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
crates/api/src/sse/client.rs:19
Method
poll_ready
(&mut self, _cx: &mut Context<'_>)
crates/api/src/framework/axum.rs:301
Function
push_task
Push a new task to the specified queue.
crates/api/src/lib.rs:25
Function
queue_card
(queue: QueueInfo)
crates/web/src/pages/home/mod.rs:202
Function
queue_list
()
crates/web/src/pages/home/mod.rs:19
Function
queues_icon
()
crates/web/src/components/sidebar.rs:275
Method
register
(mut self, backend: B)
crates/api/src/framework/actix.rs:205
Method
render
(self)
crates/web/src/pages/tasks/mod.rs:198
Method
render_full
(self)
crates/web/src/pages/tasks/mod.rs:329
Method
render_key
(&self)
crates/web/src/pages/tasks/mod.rs:187
Function
resolve_json
(val: V)
crates/web/src/pages/home/mod.rs:15
Function
router_base
()
crates/web/src/config.rs:33
Method
row
(&self, _row_index: usize, _selected: bool, template_classes: &str)
crates/web/src/components/tailwind.rs:38
Method
row_count
(&self)
crates/web/src/pages/queues/provider.rs:27
Method
row_count
(&self)
crates/web/src/pages/workers/provider.rs:84
Method
row_count
(&self)
crates/web/src/pages/tasks/provider.rs:112
Function
schedules_icon
()
crates/web/src/components/sidebar.rs:307
Function
send_email
(task: Email, client: Data<MailClient>)
examples/axum-email-service/src/main.rs:66
Function
send_notification
( task: Notification, client: Data<Client>, args: Data<Args>, )
examples/actix-ntfy-service/src/notification.rs:24
Method
serve_file
(path: &str)
crates/api/src/framework/actix.rs:273
Method
set_sorting
(&mut self, sorting: &VecDeque<(usize, ColumnSort)>)
crates/web/src/pages/workers/provider.rs:98
Method
set_sorting
(&mut self, sorting: &VecDeque<(usize, ColumnSort)>)
crates/web/src/pages/tasks/provider.rs:129
Function
settings_icon
()
crates/web/src/components/sidebar.rs:395
Method
stat_type
Returns the statistic type
crates/web/src/translate.rs:80
Function
stats_by_queue
Get statistics for a specific queue.
crates/api/src/lib.rs:44
Function
stats_by_queue
Fetch statistics for a specific queue from the backend storage.
crates/api/src/framework/axum.rs:90
Method
stats_by_queue
Get statistics for a specific queue.
crates/api/src/framework/actix.rs:55
Function
stats_card
(title: String, value: String, last_10: VecDeque<f64>)
crates/web/src/pages/home/mod.rs:157
Function
stepped_icon
()
crates/web/src/components/sidebar.rs:343
Function
tasks_icon
()
crates/web/src/components/sidebar.rs:289
Function
test_parse_apalis_service
()
crates/web/src/pages/workers/capability.rs:485
Function
test_parse_simple_service
()
crates/web/src/pages/workers/capability.rs:515
Function
test_parse_without_task_fn
()
crates/web/src/pages/workers/capability.rs:502
Function
test_round_trip
()
crates/web/src/translate.rs:208
Function
test_stat_type
()
crates/web/src/translate.rs:214
Method
thead
(&self, prop_class: &str)
crates/web/src/components/tailwind.rs:11
Method
thead_cell
(&self, sort: ColumnSort, template_classes: &str)
crates/web/src/components/tailwind.rs:23
Method
thead_cell_inner
(&self)
crates/web/src/components/tailwind.rs:34
Method
thead_row
(&self, template_classes: &str)
crates/web/src/components/tailwind.rs:15
Method
track
(&self)
crates/web/src/pages/workers/provider.rs:102
Function
use_sse_signal
()
crates/web/src/lib.rs:31
Function
use_user_signal
()
crates/web/src/lib.rs:27
Function
workers_icon
()
crates/web/src/components/sidebar.rs:325
← previous
101–177 of 177, ranked by callers