Liking cljdoc? Tell your friends :D

metabase.core.initialization-status

Code related to tracking the progress of metabase initialization. This is kept in a separate, tiny namespace so it can be loaded right away when the application launches (and so we don't need to wait for metabase.core to load to check the status).

Code related to tracking the progress of metabase initialization.
This is kept in a separate, tiny namespace so it can be loaded right away when the application launches
(and so we don't need to wait for `metabase.core` to load to check the status).
raw docstring

complete?clj

(complete?)

Is Metabase initialized and ready to be served?

Is Metabase initialized and ready to be served?
sourceraw docstring

progressclj

(progress)

Get the current progress of Metabase initialization.

Get the current progress of Metabase initialization.
sourceraw docstring

set-complete!clj

(set-complete!)

Complete the Metabase initialization by setting its progress to 100%.

Complete the Metabase initialization by setting its progress to 100%.
sourceraw docstring

set-progress!clj

(set-progress! new-progress)

Update the Metabase initialization progress to a new value, a floating-point value between 0 and 1.

Update the Metabase initialization progress to a new value, a floating-point value between `0` and `1`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close