#8166 No activity

v1.13.0
closed
None
General
nobody
2021-05-17
2017-10-02
No

Discussion

  • Dave Brondsema

    Dave Brondsema - 2017-10-03

    Yea something's been stuck with that on this instance of Allura. I haven't seen it happen on any other Allura instances, so we'll have to look into the data & tasks here to see what's going on.

    The project still does have activity, check out the git commits or mailing list etc.

     
  • Dave Brondsema

    Dave Brondsema - 2021-02-26
    • status: open --> closed
    • assigned_to: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2021-02-26

    The activitystream library prevents concurrent updates, but if an update failed then the flag was never reset, and activity updates would never run for that node again. Fixed with mongo cmd:

    db.nodes.update({is_aggregating:true}, {$set: {is_aggregating:false}}, {multi:true})
    
     
  • Dave Brondsema

    Dave Brondsema - 2021-05-17
    • Milestone: unreleased --> v1.13.0
     

Log in to post a comment.