Igor Golovin
Igor Golovin
Will this critical issue be fixed? Or package not maintained any more?
@felixmosh exprected to see dashboard looks like it was in version 0.x where were list of all queues and task statuses in one page.
@ardatan the same result. Also `import {Class, Enum} from 'meteor/jagi:astronomy';` gives `Class` and `Enum` === `undefined`
@ardatan `Package['jagi:astronomy'] === {}`
@ardatan Any ideas why it happened? I clearly see export in main Astronomy file ``` import './core/ejson.js'; import './modules/core/module.js'; import './modules/storage/module.js'; import './modules/behaviors/module.js'; import './modules/events/module.js'; import './modules/methods/module.js'; import './modules/helpers/module.js'; import...
@ardatan looks like this bug not with jagi:astronomy but with meteor lazy loading. The latest version of jagi:astronomy start using lazy loading. Old version jagi:[email protected] without lazy loading works fine...
@ardatan i've got similar issue but with React in meteor 1.8. In the bundle i've got the code: ``` let React; _module2.link("react", { default(v) { React = v; } ```...
@Diluka I'll implement it, but feel free to open a PR if you need it asap.
@MeStrak hi, did you try to run bull-board directly (without this docker image)? Do you use bull or bullmq? Can you share settings (env vars) witch you use to run...
@Diluka i'll review soon