Skip to content

Commit

Permalink
Show tasks in progress for incomplete DBs
Browse files Browse the repository at this point in the history
Summary:
It's often useful to know what state an fbsource DB is in without
going to the chronos page, and even the chronos page doesn't tell you
which task it is waiting for.

Reviewed By: pepeiborra

Differential Revision: D51613424

fbshipit-source-id: b2bba6275b48bcb3f97e38300480ed4425671aef
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Nov 28, 2023
1 parent 6d90f14 commit 289b9fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions glean/client/hs/Glean.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ module Glean
, DatabaseNotIncomplete(..)
, WrongHandle(..)
, FactIdRange(..)
, Tasks
, Task(..)
, TaskState(..)
, TaskRunning(..)
, TaskWaiting(..)
, TaskFinished(..)
, ParcelState(..)
, ParcelRunning(..)
, ParcelWaiting(..)
, ParcelFinished(..)
, GetDatabaseResult(..)

-- * Repositories
, Repo(..)
Expand Down

0 comments on commit 289b9fd

Please sign in to comment.